Handbook
Glossary
update-all-cells-with-flowcells ( board pair -- )
Vocabulary
gamelib
.
demos
.
flow-demo
Inputs
board
an
object
pair
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
gamelib.demos.flow-demo
::
update-all-cells-with-flowcells
( board pair -- )
pair
first2
:>
( loc cell ) board loc cell
[
update-all-flowcells
]
2with
each
;