Newbie... Strict Compilation mode
Mark Wieder
mwieder at ahsoftware.net
Sun May 10 11:03:37 EDT 2009
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
mwieder at ahsoftware.net
More information about the use-livecode
mailing list