7 lines
86 B
Text
7 lines
86 B
Text
' FB 1.05.0 Win64
|
|
|
|
For i As Integer = 1 To 21 Step 2
|
|
Print i; " ";
|
|
Next
|
|
Print
|
|
Sleep
|