Did you know:

There are 21 reserved keywords in Lua 5.1?

These keywords are used for defining variables and functions, managing control flow, etc. They cannot be used as a variable or function name. This means that you can't use "local local" or "function function".

Click here to read more!