View Single Post
  #12  
Old 05-12-2007, 01:21 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
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!
Reply With Quote