is-cell-empty? ( board location -- ? )


Vocabulary
gamelib.board

Inputs
boardan object
locationan object


Outputs
?an object


Definition


:: is-cell-empty? ( board location -- ? )
board location get-cell { } = ;