# New Ticket Created by Paweł Pabian
# Please include the string: [perl #112470]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112470 >
14:26 bbkr: std: my ${a} = 5;
14:26 p6eval: std 3d13d53: OUTPUT«[31m===[0mSORRY![31m===[0mUnsupported
use of ${a}; in Perl 6 please use $a at /tmp/WsfqeL0gUw line 1:------> [32mmy
${a}[33m⏏[31m = 5;[0mParse failedFAILED 00:00 40m»
14:26 bbkr: rakudo: my ${a} = 5;
14:26 p6eval: rakudo 442db9: ( no output )
14:26 bbkr: hm, it did _something_ :)