Next: , Previous: , Up: Expressions   [Contents][Index]


6.3 Operators

Operators are instructions like "add" and "multiply" that combine one or more values (operands) into one other value. Below is a list of operators that are available in LUX. Besides those listed, also the pointer operator & (Pointers) is available.