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:
Â
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:
Â