change-cell ( board location quot -- board )


Vocabulary
gamelib.board

Inputs
boardan object
locationan object
quotan object


Outputs
boardan object


Definition


:: change-cell ( board location quot -- board )
location first2 :> ( x y ) board cells>> :> cells x y cells
nth quot change-nth board ; inline