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