[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
undeclared variables
- To: info-MCL@cambridge.apple.com
- Subject: undeclared variables
- From: sdobbs@trivia.coginst.uwf.edu (Steve Dobbs)
- Date: Thu, 17 Sep 92 12:43:18 PDT
- Sender: sdobbs@trivia.coginst.uwf.edu
This may seem like a dumb question, so please forgive me. in the following
piece of code, why am I getting the undeclared free variable warnings?
? (setq x t)
T
? (setq y t)
T
? (setq z nil)
NIL
? (and x (or z y))
;Compiler warnings :
; Undeclared free variable Z, in an anonymous lambda form.
; Undeclared free variable Y, in an anonymous lambda form.
T
?
Steven Dobbs
sdobbs@ai.uwf.edu
Institute For Human and Machine Cognition
University of West Florida
Pensacola, Florida
It has just been shown that research causes cancer in rats.