Handbook
Glossary
total<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
total<<
( value object -- )
Methods
USING:
accessors
math.binpack.private
slots.private
;
M:
bin
total<<
3
set-slot
;
inline
USING:
accessors
brain-flak
kernel
math
slots
slots.private
;
M:
brain-flak
total<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline