30 is fine assuming you have a return command somewhere. @MAIN looks ok too, although you would be much better off with a while/wend or repeat/until loop, but then I would replace your gosub calls with functions/subroutines too. Anyway, gosub @label to jump to a line of code. return to go back where you came from, and @label to define a point to jump to.