[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Request for clarification on reserved names
- From: Tim Hunter <timhunter100@...>
- Date: Tue, 29 Apr 2014 18:09:44 -0400
On Apr 28, 2014, at 9:51 PM, Paige DePol <lual@serfnet.org> wrote:
> I do not believe I have ever used a language in which the keywords were also usable for variable names, and after reading that mess above, I don't believe I would ever want to. I would put reuse of keywords right up there with significant whitespace as far as "bad" language features go!
Rexx, at least when I was using it in the late 80's on IBM's VM/CMS. What looked (and acted) like the keyword "if", for example, was a variable with the initial value "if" (eye-eff). You could assign some other value if you wanted to, then assign "if" to some other variable and use it as the "if" keyword instead.
- References:
- Request for clarification on reserved names, Hisham
- RE: Request for clarification on reserved names, Thijs Schreijer
- Re: Request for clarification on reserved names, Hisham
- Re: Request for clarification on reserved names, Dirk Laurie
- Re: Request for clarification on reserved names, Coroutines
- Re: Request for clarification on reserved names, Dirk Laurie
- Re: Request for clarification on reserved names, steve donovan
- Re: Request for clarification on reserved names, Coroutines
- Re: Request for clarification on reserved names, Sean Conner
- Re: Request for clarification on reserved names, Robert Virding
- Re: Request for clarification on reserved names, Roberto Waltman
- Re: Request for clarification on reserved names, Paige DePol