Handbook
Glossary
fixnum-integer-op-quot ( fix-word big-word -- quot )
Vocabulary
math
.
partial-dispatch
Inputs
fix-word
an
object
big-word
an
object
Outputs
quot
an
object
Definition
USING:
kernel
math
;
IN:
math.partial-dispatch
:
fixnum-integer-op-quot
( fix-word big-word -- quot )
fixnum-bignum-op-quot
'[
dup
fixnum?
[
_
execute
]
_
if
]
;