Lua Thoughts

6 thoughts
last posted Feb. 18, 2013, 6:21 p.m.

4 earlier thoughts

0

Lua (like Python) defaults to a global variable when it doesn't find a variable in scope - including for assignment. This is a bit troublesome because if you have a typo or renamed a variable you get wrong behavior and no error.

1 later thought