Variable: mpuz-board
mpuz-board is a variable defined in mpuz.el.gz.
Value
[nil nil nil nil nil nil nil nil nil nil]
Documentation
The board associates to any digit the list of squares where it appears.
Source Code
;; Defined in /usr/src/emacs/lisp/play/mpuz.el.gz
;; A puzzle also uses a board displaying a multiplication.
;; Every digit appears in the board, encrypted or not.
;;------------------------------------------------------
(defvar mpuz-board (make-vector 10 nil)
"The board associates to any digit the list of squares where it appears.")