
05-12-2007, 01:21 AM
|
|
That one guy...
|
 |
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
|
|
|
Chandler: When you specify a variable without a prefix that isn't an existing variable of the current object, it automatically gets headed with "temp."
If it DOES exist on the current object, it automatically gets headed with "this."
You can't just have random variables floating around with no heading...Graal will automatically assign every variable to some object or another (with the assumption that "temp" is an object in this case) |
__________________
Do it with a DON!
|
|
|
|