Handbook
Glossary
score-rows ( tetris n -- )
Vocabulary
tetris
.
game
Inputs
tetris
an
object
n
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
tetris.game
:
score-rows
( tetris n -- )
[
add-score
]
keep
add-rows
drop
;