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