RosettaCodeData/Task/Count-in-octal/00DESCRIPTION

10 lines
424 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Produce a sequential count in octal,   starting at zero,   and using an increment of a one for each consecutive number.
2013-04-10 16:57:12 -07:00
2016-12-05 22:15:40 +01:00
Each number should appear on a single line,   and the program should count until terminated,   or until the maximum value of the numeric type in use is reached.
;Related task:
*   [[Integer sequence]]   is a similar task without the use of octal numbers.
<br><br>