Handbook
Glossary
unmined-cell ( cells -- cell )
Vocabulary
minesweeper
Inputs
cells
an
object
Outputs
cell
an
object
Definition
USING:
accessors
combinators.smart
kernel
random
;
IN:
minesweeper
:
unmined-cell
( cells -- cell )
[
random
random
dup
mined?>>
]
curry
smart-loop
;