Handbook
Glossary
math-generic? ( object -- ? )
Vocabulary
generic
.
math
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
math-generic
class.
Definition
USING:
generic
kernel
words
;
IN:
generic.math
:
math-generic?
( object -- ? )
dup
generic?
[
"combination"
word-prop
math-combination?
]
[
drop
f
]
if
;