5 lines
61 B
Text
5 lines
61 B
Text
|
|
DIM n AS LONG
|
||
|
|
FOR n = 0 TO &h7FFFFFFF
|
||
|
|
PRINT OCT$(n)
|
||
|
|
NEXT
|