blob: 6673a91524fdf722e4bc5a307eeaeb1d6e9d27f6 [file] [log] [blame]
10 LET X = 0
20 LET X = X + 1
30 PRINT X, SQR(X)
40 IF X < 100 THEN 20
50 END