4 lines
37 B
Text
4 lines
37 B
Text
|
|
For i=10 To 0 Step -1
|
||
|
|
Debug i
|
||
|
|
Next
|