Handbook
Glossary
get-row ( board index -- seq )
Vocabulary
gamelib
.
board
Inputs
board
an
object
index
an
object
Outputs
seq
an
object
Definition
USING:
accessors
sequences
;
IN:
gamelib.board
::
get-row
( board index -- seq )
index board
cells>>
nth
;