Handbook
Glossary
make-cells ( width height -- cells )
Vocabulary
gamelib
.
board
Inputs
width
an
object
height
an
object
Outputs
cells
an
object
Definition
USING:
kernel
sequences
;
IN:
gamelib.board
::
make-cells
( width height -- cells )
height
[
width
[
{
}
clone
]
replicate
]
replicate
;