Handbook
Glossary
each-cell ( ... cells quot: ( ... row col cell -- ... ) -- ... )
Vocabulary
minesweeper
Inputs
cells
an
object
quot
a
quotation
with stack effect
( ... row col cell -- ... )
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
minesweeper
::
each-cell
( ... cells quot: ( ... row col cell -- ... ) -- ... )
cells
[|
row |
[|
cell col | row col cell quot
call
]
each-index
]
each-index
;
inline