Handbook
Glossary
#threads<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
#threads<<
( value object -- )
Methods
USING:
accessors
kernel
math
slots
slots.private
spider
;
M:
spider
#threads<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
14
set-slot
;
inline