Help for this page

Select Code to Download


  1. or download this
    $ perl6 -e 'my @out = (1..5).map: { $_ == 3 and last }; say @out.perl'
    Array.new(False, False)