Re: Non-declared Variables

Peter Flass <Peter_Flass@Yahoo.com>
26 Oct 2006 00:28:58 -0400

          From comp.compilers

Related articles
Non-declared Variables acampbellb@hotmail.com (Avatar) (2006-10-16)
Re: Non-declared Variables int2k@gmx.net (Wolfram Fenske) (2006-10-17)
Re: Non-declared Variables gnorik@gmail.com (2006-10-24)
Re: Non-declared Variables Peter_Flass@Yahoo.com (Peter Flass) (2006-10-26)
Re: Non-declared Variables pjb@informatimago.com (Pascal Bourguignon) (2006-10-28)
Re: Non-declared Variables ArarghMail610@Arargh.com (2006-10-28)
Re: Non-declared Variables genew@ocis.net (Gene Wirchenko) (2007-01-28)
| List of all articles for this month |

From: Peter Flass <Peter_Flass@Yahoo.com>
Newsgroups: comp.compilers
Date: 26 Oct 2006 00:28:58 -0400
Organization: Road Runner
References: 06-10-064 06-10-098
Keywords: design
Posted-Date: 26 Oct 2006 00:28:58 EDT

gnorik@gmail.com wrote:
> I don't think that it is a good idea when language definition allows
> you to use variables without declaration.
> First of all, it leads to bugs which is rather hard to find.


I would expect the compiler to issue a message for this, unless
undeclared variables are the norm for this language, as in Rexx. PL/I,
for example, has language-specified defaults and default rules, but all
compilers I know of also warn.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.