Basic/data/HELP/GOTO

10 lines
85 B
Plaintext

Syntax:
GOTO <expr>
Bsp.:
10 X = X + 1
20 IF X > 10 THEN GOTO 40
30 GOTO 10
40 END