Put an @LABEL (You can replace "LABEL" with whatever you want) and then you can use the GOTO @LABEL command to send the code back that point. Something like this: @LOOP PRINT "TEST" GOTO @LOOP