Handbook
Glossary
col-any? ( n x -- ? )
Vocabulary
sudoku
Inputs
n
an
object
x
an
object
Outputs
?
an
object
Definition
USING:
columns
kernel
namespaces
sequences
;
IN:
sudoku
:
col-any?
( n x -- ? )
board
get
swap
<column>
member?
;