Handbook
Glossary
(fake-quotations>) ( fake -- )
Vocabulary
functors
.
private
Inputs
fake
an
object
Outputs
None
Definition
IN:
functors.private
GENERIC:
(fake-quotations>)
( fake -- )
Methods
USING:
arrays
functors.private
make
sequences
;
M:
array
(fake-quotations>)
[
[
(fake-quotations>)
]
each
]
{
}
make
,
;
USING:
functors.private
generic
kernel
make
namespaces
quotations
;
M:
fake-call-next-method
(fake-quotations>)
drop
\
method
get
literalize
,
\
(call-next-method)
,
;
USING:
accessors
functors.private
make
sequences
;
M:
fake-quotation
(fake-quotations>)
[
seq>>
[
(fake-quotations>)
]
each
]
[
]
make
,
;
USING:
functors.private
kernel
make
;
M:
object
(fake-quotations>)
,
;