Handbook
Glossary
move-left ( tetris -- )
Vocabulary
tetris
.
game
Inputs
tetris
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
tetris.game
:
move-left
( tetris -- )
{
-1 0
}
tetris-move
drop
;