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