find-cell ( board quot -- seq cell )


Vocabulary
gamelib.board

Inputs
boardan object
quotan object


Outputs
seqan object
cellan object


Definition


:: find-cell ( board quot -- seq cell )
board quot find-row swap :> y
[ quot find drop ] find swap :> x { x y } swap ; inline