$integers = {1,2,3,4,5};for @integers -> $i { if $i > 3 { break; } say $i;}
Standard input is empty
===SORRY!=== Symbol '$integers' not predeclared in <anonymous> (prog.p6:1)
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!