;Task:
Produce a sequential count in octal, &nbsp; starting at zero, &nbsp; and using an increment of a one for each consecutive number. 

Each number should appear on a single line, &nbsp; and the program should count until terminated, &nbsp; or until the maximum value of the numeric type in use is reached.


;Related task:
* &nbsp; [[Integer sequence]] &nbsp; is a similar task without the use of octal numbers.
<br><br>

