blob: 447ee16a927592a6b2c9eaa5eece300b5676ba29 [file] [log] [blame]
10 DEF FDX(X) = 2*X
20 FOR I = 0 TO 100
30 PRINT FDX(I)
40 NEXT I
50 END