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

    1. …in reply to @MobiusHorizons
      MobiusHorizons Not quite - goto is more of a jump instruction but here it's basically saying "stop doing this block and anything inside it". The only reason it starts again is because of the for loop.
  1. …in reply to @type__error
    MobiusHorizons If you had the outer label before the for loop, it'd just stop the whole thing after the first "ho".