Next / Previous / Contents / TCC Help System / NM Tech homepage

7. Manifest constants

This section defines constants used throughout the script, placed up front in case any of them need modification.

7.1. UNK_CELL

The character used to represent an unsolved letter in the puzzle.

kkck
UNK_CELL = '#'

7.2. COMMENT_CHAR

Lines in the input file starting with this character are ignored.

kkck
COMMENT_CHAR = '!'