📄️ Booleans
A boolean is a Lua value that is either true or false.
📄️ Functions
A function contains code that can be executed by calling the function. This is useful if you want to use the same code multiple times and can make your code more structured.
📄️ Numbers
A number is a Lua value that represents a real number.
📄️ Strings
A string is a Lua value that represents a sequence of characters.
📄️ Tables
A table is a Lua value that can store values in specific keys. The act of getting a value from a table using a key is called "indexing".