table type
This is a default lua type.
This type is a default type in the lua language. You can read more about it in the official lua documentation.
The table
type is a data type that represents an array or dictionary.
Tables are used to store multiple values in a single variable.
Tables can be created using curly braces {}
and can contain key-value pairs.
The table library provides functions to help manipulate tables.