Local Variables

  • Created using the local statement
  • scope is limited to the block in which they are declared
    • Block scope
      • Body of a control structure
      • Body of a function
      • Body of the chunk (the file)
      • do end block
  • Local scope overrides global scope