Global Variables

  • Variables that are not declared as local in a block

Declarations of variables is not required in Lua This means that misspelling etc. can cause errors in the program. The misspelling will be taken as a proper identifier with a value of nil. Various ways have been suggested to correct this problem.

Ways of detecting undeclared variables