Handbook
Glossary
fry-specifier? ( object -- ? )
Vocabulary
fry
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
fry-specifier
class.
Definition
USING:
kernel
sequences
words
;
IN:
fry.private
:
fry-specifier?
( object -- ? )
dup
word?
[
{
POSTPONE:
_
POSTPONE:
@
}
member-eq?
]
[
drop
f
]
if
;