Handbook
Glossary
#flagged ( cells -- n )
Vocabulary
minesweeper
Inputs
cells
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
minesweeper
:
#flagged
( cells -- n )
[
[
state>>
+flagged+
=
]
count
]
map-sum
;