Handbook
Glossary
cell-any? ( n x y i -- ? )
Vocabulary
sudoku
Inputs
n
an
object
x
an
object
y
an
object
i
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
;
IN:
sudoku
:
cell-any?
( n x y i -- ? )
3
/mod
pair+
board>
=
;