Handbook
Glossary
get-cell ( board location -- cell )
Vocabulary
gamelib
.
board
Inputs
board
an
object
location
an
object
Outputs
cell
an
object
Definition
USING:
accessors
sequences
;
IN:
gamelib.board
::
get-cell
( board location -- cell )
location
first2
:>
( x y ) board
cells>>
:>
cells x y cells
nth
nth
;