Count in octal: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
imported>Thebeez
Line 1,019:
Local (2) ' digit C@ and string D@
' initialize, save sign
d@ := Dup("") : Push a@ < 0 : a@ = Abs(a@)
Do