6 lines
67 B
Text
6 lines
67 B
Text
valor = 0
|
|
do
|
|
print ToOctal(valor)
|
|
valor += 1
|
|
until valor = 0
|
|
end
|