>oct ( n -- str )
Factor handbook » The language » Numbers » Converting between numbers and strings

Prev:>bin ( n -- str )
Next:>hex ( n -- str )


Vocabulary
math.parser

Inputs
na real


Outputs
stra string


Word description
Outputs a string representation of a number using base 8.

See also
oct>, .o

Definition