| Related articles |
|---|
| Variable Declaration syntax? nvn_ravi@sify.com (Ravi) (2006-04-03) |
| Re: Variable Declaration syntax? cfc@shell01.TheWorld.com (Chris F Clark) (2006-04-08) |
| Re: Variable Declaration syntax? torbenm@app-4.diku.dk (2006-04-08) |
| From: | "Ravi" <nvn_ravi@sify.com> |
| Newsgroups: | comp.compilers |
| Date: | 3 Apr 2006 01:37:19 -0400 |
| Organization: | http://groups.google.com |
| Keywords: | syntax, question, comment |
| Posted-Date: | 03 Apr 2006 01:37:19 EDT |
Hi PPl,
I like to known why in most of the programming languages has a constran
like the first character of the variable declaration should not be any
special character,numbers,etc.
Is there any special reason ?
Thanks in Advance.
Cheers,
Ravi.
[The short answer is that if you allow arbitrary punctuation in names, you can't
tell the names from the punctuation. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.