Handbook
Glossary
jamshred-update ( jamshred -- )
Vocabulary
jamshred
.
game
Inputs
jamshred
an
object
Outputs
None
Definition
USING:
accessors
jamshred.player
kernel
;
IN:
jamshred.game
:
jamshred-update
( jamshred -- )
dup
running>>
[
jamshred-player
update-player
]
[
drop
]
if
;