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