Lostgallifreyan <z.c...@...> writes:

> 
> I have one question: Is N in the for loop implicitly local? Or is it a 
global that Strict failed to notice?
> 


for i= 1, 2 do
end 
print(i)

output: nil

strictly local

Andre




------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to