Handbook
Glossary
?update ( tetris -- )
Vocabulary
tetris
.
game
Inputs
tetris
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
tetris.game
:
?update
( tetris -- )
dup
[
paused?>>
]
[
running?>>
not
]
bi
or
[
drop
]
[
update
]
if
;