4 lines
57 B
Text
4 lines
57 B
Text
|
|
FOR n = 2 TO 8 STEP 1.5
|
||
|
|
PRINT n
|
||
|
|
NEXT
|