- or download this
#! /usr/local/bin/perl6
#vim: filetype=perl6
...
for $var.split(' ') -> $word{
if $word eq 'work'{
say "That worked we reached the end of the string";
- or download this
say "Getting there...";
}
}
- or download this
===SORRY!===
Missing block at line 8, near "else{\n\t\tsa"