norvig / paip-lisp

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignoring ignore and other non-referenced variables

lispm opened this issue · comments

variables named ignore and other non-referenced variables should be declared to be ignored.

Use for example this declaration:

(declare (ignore ignore))