Count in octal: Difference between revisions

More meaningful termination, as you can have >32 bit ints on a "32 bit" computer.
(More meaningful termination, as you can have >32 bit ints on a "32 bit" computer.)
Line 1:
{{draft task}}
 
The task is to produce a sequential count in octal, starting at zero, and using an increment of a one for each consecutive number. Each number should appear on a single line, and the program should count until terminated, or until the maximum value thatof canthe benumeric heldtype withinin the system registersuse is reached (for a 32 bit system using unsigned registers, this value is 37777777777 octal).
 
=={{header|Ada}}==
Anonymous user