Handbook
Glossary
make-rows ( width height -- rows )
Vocabulary
tetris
.
board
Inputs
width
an
object
height
an
object
Outputs
rows
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
tetris.board
:
make-rows
( width height -- rows )
swap
[
f
<array>
]
curry
replicate
;