Handbook
Glossary
next-digit ( i number-parse n quot -- n/f )
Vocabulary
math
.
parser
.
private
Inputs
i
an
object
number-parse
an
object
n
an
object
quot
an
object
Outputs
n/f
an
object
Definition
USING:
kernel
;
IN:
math.parser.private
:
next-digit
( i number-parse n quot -- n/f )
[
2nip
]
(next-digit)
;
inline