Handbook
Glossary
move-down ( tetris -- )
Vocabulary
tetris
.
game
Inputs
tetris
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
tetris.game
:
move-down
( tetris -- )
dup
{
0 1
}
tetris-move
[
drop
]
[
lock-piece
]
if
;