Dear Developers: I got caught by the meaning of `last`. Although the documentation is clear, I would like to make it a little clearer. Sort of pound the nail on the head a little.
https://docs.perl6.org/syntax/last Current: The last command immediately exits the loop in question. Suggested: The last command immediately exits the loop in question. Despite its name, it does not jump to the last element of the loop for execution (unlike the "next" command, which does move elements). Many thanks, -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~