Handbook
Glossary
n>base36 ( n -- base36 )
Vocabulary
base36
Inputs
n
an
object
Outputs
base36
an
object
Definition
USING:
endian
kernel
math
math.functions
;
IN:
base36
:
n>base36
( n -- base36 )
dup
log2
1
+
8
/
ceiling
>integer
>be
>base36
;