5 lines
46 B
Text
5 lines
46 B
Text
|
|
FOR i = 1 TO 5 STEP .5
|
||
|
|
PRINT i
|
||
|
|
NEXT i
|
||
|
|
END
|