Handbook
Glossary
>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
n
a
real
Outputs
str
a
string
Word description
Outputs a string representation of a number using base 8.
See also
oct>
,
.o
Definition
IN:
math.parser
:
>oct
( n -- str )
8
>base
;
inline