define-integer-ops ( word fix-word big-word -- )


Vocabulary
math.partial-dispatch

Inputs
worda word
fix-worda word
big-worda word


Outputs
None

Word description
Defines an integral arithmetic operation. 'word' is the generic word, 'fix-word' the word to dispatch on if the last argument is a fixnum and 'big-word' thew ord if it is a bignum.

Definition