IF Y > 10 THEN
X = 0
Y = 0
END IF
REM program continues
100 IF Y < 11 THEN GOTO 150
110 X = 0
120 Y = 0
150 REM program continues
100 REM program loop begins
110 IF Y > 10 THEN GOSUB 150
120 REM program loops here
150 X = 0
160 Y = 0
170 RETURN
Get real-time email alerts when new unrolls are available from this author!
Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!
1) Follow Thread Reader App on Twitter so you can easily mention us!
2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll"
@threadreaderapp unroll
You can practice here first or read more on our help page!