make-cells ( width height -- cells )


Vocabulary
gamelib.board

Inputs
widthan object
heightan object


Outputs
cellsan object


Definition


:: make-cells ( width height -- cells )
height [ width [ { } clone ] replicate ] replicate ;