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