[
<<
]
[
<
]
[
Up
]
[
>
]
[
>>
]
[
Top
]
[
Contents
]
[
Index
]
[
?
]
11 Operators
11.1 Unary +
Force a value to positive.
11.2 Unary -
Force a value to negative.
11.3 + (Add)
11.4 += (Add/Assign)
Add and assign.
11.5 ++ (Postfix Increment)
Postfix increment.
11.6 - (Subtract)
11.7 -= (Subtract/Assign)
Subtract and assign.
11.8 – (Postfix Decrement)
Postfix decrement.
11.9 * (Multiply)
11.10 *= (Multiply/Assign)
Multiply and assign.
11.11 / (Divide)
11.12 /= (Divide/Assign)
Divide and assign.
11.13 \ (Integer Divide)
Integer divide.
11.14 \= (Integer Divide/Assign)
Integer divide and assign.
11.15 # (Modulo)
11.16 #= (Modulo/Assign)
Modulo and assign.
11.17 ** (Exponentiate)
11.18 **= (Exponentiate/Assign)
Exponentiate and assign.
11.19 < (Less Than)
Less than.
11.20 <= (Less Than or Equal To)
Less than or equal to.
11.21 > (Greater Than)
Greater than.
11.22 >= (Greater Than or Equal To)
Greater than or equal to.
11.23 _ (Concatenate)
Concatenate.
11.24 _= (Concatenate/Assign)
Concatenate and assign.
11.25 = (Equals)
11.26 [ (Contains)
11.27 ] (Follows)
11.28 ]] (Sorts After)
Sorts after.
11.29 ? (Pattern Match)
Pattern match.
11.30 & (Logical AND)
Logical AND.
11.31 ! (Logical OR)
11.32 ’ (Logical NOT)
Logical NOT.
11.33 @ (Indirect)
[
<<
]
[
<
]
[
Up
]
[
>
]
[
>>
]
[
Top
]
[
Contents
]
[
Index
]
[
?
]
This document was generated on
March 27, 2025
using
texi2html 5.0
.