-
…in reply to @GregWildSmith
@abritinthebay codepo8 Putting the label *before* the for expression will have a different effect: the for loop will be broken out of entirely, whereas since only the block itself is labelled here, the outer for loop continues iterating.