Home | Notes | Languages | Programs | Homework |
Re: weird unbound variable error |
Scott Schneider (scschnei@VT.EDU)
Mon, 22 Oct 2001 21:08:09 -0700
Message-ID: <000a01c15b78$532d37c0$0100a8c0@SCOTTSTOY> Date: Mon, 22 Oct 2001 21:08:09 -0700 From: Scott Schneider <scschnei@VT.EDU> Subject: Re: weird unbound variable error
When this happened to me, it was because I had mispelled "define," so it
might be a mispelling of common Scheme functions, which isn't easy to find.
Try commenting out your most recent changes to find which function is
causing it, if possible.
Scott Schneider
scschnei@vt.edu
----- Original Message -----
From: David Tuell
To: CS3304_91312@LISTSERV.VT.EDU
Sent: Monday, October 22, 2001 5:54 PM
Subject: [CS3304_91312] weird unbound variable error
Anyone by chance know what Scheme means when it gives an unbound variable
error, but doesn't tell you which variable. Instead it gives a couple of
weird extended ASCII characters that have no meaning whatsoever.
Any help will be appreciated.
David
Home | Notes | Languages | Programs | Homework |