Count in octal: Difference between revisions

→‎{{header|Whitespace}}: flagged as incorrect, missing the source, missing the output. -- ~~~~
(→‎Brainf***: Add implementation)
(→‎{{header|Whitespace}}: flagged as incorrect, missing the source, missing the output. -- ~~~~)
Line 1,116:
 
=={{header|Whitespace}}==
 
{{incorrect|Whitespace| -- <br>(no source), <br>(no output) <br> }}
 
This program prints octal numbers until the internal representation of the current integer overflows to -1; it will never do so on some interpreters.