Handbook
Glossary
define-math-inverse ( word quot1 quot2 -- )
Vocabulary
inverse
Inputs
word
an
object
quot1
an
object
quot2
an
object
Outputs
None
Definition
USING:
arrays
kernel
quotations
words
;
IN:
inverse
:
define-math-inverse
( word quot1 quot2 -- )
pick
1quotation
3array
"math-inverse"
set-word-prop
;