# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #57076]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57076 >


Even though the keyword nothing is implemented in rakudo, the following fails:

$ ./perl6 -e 'my $var = 0; nothing while $var++ < 3'
Could not find non-existent sub while
current instr.: '_block11' pc 71 (EVAL_13:26)
called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806
(src/PCT/HLLCompiler.pir:481)
called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1305
(src/PCT/HLLCompiler.pir:708)
called from Sub 'parrot;Perl6::Compiler;main' pc 14346 (perl6.pir:172)
$

Reply via email to