Handbook
Glossary
next-piece ( tetris -- piece )
Vocabulary
tetris
.
game
Inputs
tetris
an
object
Outputs
piece
an
object
Definition
USING:
accessors
lists
;
IN:
tetris.game
:
next-piece
( tetris -- piece )
pieces>>
cdr
car
;