Handbook
Glossary
slot ( name -- quot: ( tuple -- value ) )
Vocabulary
slots
.
macros
Inputs
name
an
object
Outputs
quot
a
quotation
with stack effect
( tuple -- value )
Definition
USING:
kernel
quotations
slots
slots.macros.private
;
IN:
slots.macros
MACRO:
slot
( name -- quot: ( tuple -- value ) )
[
define-slot
]
[
reader-word
1quotation
]
bi
;