Operators
Operators
An operator is a symbol that tells the script to perform a specific action, like a mathematical or logical operation. Lua has many built-in operators, including:
The concatenation ..
and unary #
are also Lua operators. See:
, multiple selections available,
Related content
Arithmetic Operators
Arithmetic Operators
More like this
Logical Operators
Logical Operators
More like this
Equality and Inequality Operators
Equality and Inequality Operators
More like this
Variables
Variables
More like this
Value Types
Value Types
More like this
User data type
User data type
More like this