Help for this page

Select Code to Download


  1. 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";
    
  2. or download this
                    say "Getting there...";
            }
    }
    
  3. or download this
    ===SORRY!===
    Missing block at line 8, near "else{\n\t\tsa"