type__error’s avatartype__error’s Twitter Archive—№ 4,731

  1. …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.