From: Andre A. <ar...@ki...> - 2011-01-03 00:02:07
|
Lostgallifreyan <z.crow@...> 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 |