Handbook
Glossary
point? ( object -- ? )
Vocabulary
euler
.
operators
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
point
class.
Definition
USING:
kernel
math
sequences
;
IN:
euler.operators
:
point?
( object -- ? )
dup
number?
[
drop
t
]
[
sequence?
]
if
;