GOTO target
Branches program execution to the target, which can be a line number or a label.
target:
PRINT "infinite loop"
GOTO target
Branches program execution to the target, which can be a line number or a label.
target:
PRINT "infinite loop"
GOTO target