Handbook
Glossary
game-over? ( cells -- ? )
Vocabulary
minesweeper
Inputs
cells
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
minesweeper
:
game-over?
( cells -- ? )
{
[
lost?
]
[
won?
]
}
1||
;