8 lines
87 B
Text
8 lines
87 B
Text
|
|
' FB 1.05.0 Win64
|
||
|
|
|
||
|
|
For i As Integer = 10 To 0 Step -1
|
||
|
|
Print i; " ";
|
||
|
|
Next
|
||
|
|
Print
|
||
|
|
Sleep
|