Handbook
Glossary
return#<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
return#<<
( value object -- )
Methods
USING:
accessors
kernel
math
mongodb.msg
slots
slots.private
;
M:
mdb-getmore-msg
return#<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
8
set-slot
;
inline
USING:
accessors
kernel
math
mongodb.msg
slots
slots.private
;
M:
mdb-query-msg
return#<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
9
set-slot
;
inline