Handbook
Glossary
fake-quotation? ( object -- ? )
Vocabulary
functors
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
fake-quotation
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
functors.private
:
fake-quotation?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
fake-quotation
eq?
]
[
drop
f
]
if
;