Handbook
Glossary
attempt ( n x y -- )
Vocabulary
sudoku
Inputs
n
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
sudoku
:
attempt
( n x y -- )
3dup
board-any?
[
3drop
]
[
assume
]
if
;