4 lines
54 B
Text
4 lines
54 B
Text
|
|
For i = 0 To 20
|
||
|
|
WScript.StdOut.WriteLine Oct(i)
|
||
|
|
Next
|