4 lines
55 B
Text
4 lines
55 B
Text
|
|
For i = 10 To 0 Step -2
|
||
|
|
Debug i
|
||
|
|
Next ; i is optional
|