Handbook
Glossary
alien-function-word? ( object -- ? )
Vocabulary
alien
.
prettyprint
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
alien-function-word
class.
Definition
USING:
accessors
kernel
sequences
;
IN:
alien.prettyprint
:
alien-function-word?
( object -- ? )
dup
alien-function-alias-word?
[
[
def>>
third
]
[
name>>
]
bi
=
]
[
drop
f
]
if
;