Handbook
Glossary
cell. ( cell -- )
Vocabulary
sudoku
Inputs
cell
an
object
Outputs
None
Definition
USING:
io
io.styles
kernel
math.parser
;
IN:
sudoku
:
cell.
( cell -- )
[
[
number>string
write
]
[
"."
write
]
if*
]
with-cell
;