Handbook
Glossary
assume ( n x y -- )
Vocabulary
sudoku
Inputs
n
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
kernel
math
;
IN:
sudoku
:
assume
( n x y -- )
[
>board
]
[
[
1
+
]
dip
search
f
]
[
>board
]
2tri
;