Handbook
Glossary
?exponent ( accum e -- accum )
Vocabulary
math
.
parser
.
private
Inputs
accum
an
object
e
an
object
Outputs
accum
an
object
Definition
USING:
kernel
math
math.parser
sequences
;
IN:
math.parser.private
:
?exponent
( accum e -- accum )
[
101
suffix!
]
dip
[
0
>=
[
43
suffix!
]
when
]
[
>dec
append!
]
bi
;
inline