Handbook
Glossary
dictionary-stack<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
dictionary-stack<<
( value object -- )
Methods
USING:
accessors
gml.runtime
kernel
slots
slots.private
vectors
;
M:
gml
dictionary-stack<<
[
dup
vector?
[
\
vector
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline