10 lines
109 B
Text
10 lines
109 B
Text
|
|
' FB 1.05.0 Win64
|
||
|
|
|
||
|
|
For i As Integer = 1 To 10
|
||
|
|
Print Str(i);
|
||
|
|
If i < 10 Then Print ", ";
|
||
|
|
Next
|
||
|
|
|
||
|
|
Print
|
||
|
|
Sleep
|