/
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
# Operator on Lua Tables
# Operator on Lua Tables
More like this
Equality and Inequality Operators
Equality and Inequality Operators
More like this
The core eight types in Lua.
The core eight types in Lua.
More like this
Block statements
Block statements
More like this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this