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