5 lines
43 B
Text
5 lines
43 B
Text
|
|
Local i
|
||
|
|
For i, 0, 100, 5
|
||
|
|
Disp i
|
||
|
|
EndFor
|