Richmond-

Sunday, May 10, 2009, 2:46:45 AM, you wrote:

> What constitutes "declaring a variable" is difficult to define because

Semantic games aside, the act of "declaring" a variable is a statement
of the form "I intend to use a variable of name x in my code" thusly:

local x

the other process, where rev implicitly creates a variable for you on
first use, is sometimes referred to as "instantiation".

-- 
-Mark Wieder
 [email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to