4 lines
57 B
Text
4 lines
57 B
Text
|
|
For i = 10 To 0 Step -1
|
||
|
|
TextWindow.WriteLine(i)
|
||
|
|
EndFor
|