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