Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
next-digit ( i number-parse n quot -- n/f )
Vocabulary
math.parser.private
Definition
USING:
kernel
;
IN:
math.parser.private
:
next-digit
( i number-parse n quot -- n/f )
[
2nip
]
(next-digit)
;
inline