4 lines
57 B
Text
4 lines
57 B
Text
|
|
For i = 0 To 100 Step 2
|
||
|
|
TextWindow.WriteLine(i)
|
||
|
|
EndFor
|