Handbook
Glossary
number-from-to ( to from -- to from+n )
Vocabulary
backtrack
.
private
Inputs
to
an
object
from
an
object
Outputs
to
an
object
from+n
an
object
Definition
USING:
backtrack
kernel
math
;
IN:
backtrack.private
:
number-from-to
( to from -- to from+n )
2dup
<
[
fail
]
when
unsafe-number-from-to
;