James Mastros <[EMAIL PROTECTED]> writes: > On Thu, Feb 01, 2001 at 07:36:59PM -0600, David L. Nicol wrote: > And I always hated that about VB and Pascal -- you can assign to the magic > variable, but can't modify it. That was before the invention of auto-assignment operators. In the 70s, Burroughs Extended Algol did it this way. So it would be perfectly okay to write sub foo { foo = ...; ...; foo += 5; } -- Johan
- assign to magic name-of-function variable instead of "... David L. Nicol
- Re: assign to magic name-of-function variable instead ... Peter Scott
- Re: assign to magic name-of-function variable instead ... David L. Nicol
- Re: assign to magic name-of-function variable inst... James Mastros
- Re: assign to magic name-of-function variable ... Johan Vromans
- Re: assign to magic name-of-function varia... James Mastros
- Re: assign to magic name-of-function ... Bart Lateur
- Re: assign to magic name-of-funct... James Mastros
- Re: assign to magic name-of-f... abigail
- Re: assign to magic name-of-f... James Mastros
- Re: assign to magic name-of-f... Branden
- a name for the currently exec... David L. Nicol
- Re: a name for the currently ... Dan Sugalski
- Re: a name for the currently ... David L. Nicol
- Re: a name for the currently ... Peter Scott