[
<<
]
[
<
]
[
Up
]
[
>
]
[
>>
]
[
Top
]
[
Contents
]
[
Index
]
[
?
]
14 Operators
14.1 Unary +
Force a value to positive.
14.2 Unary -
Force a value to negative.
14.3 + (Add)
14.4 += (Add/Assign)
Add and assign.
14.5 ++ (Postfix Increment)
Postfix increment.
14.6 - (Subtract)
14.7 -= (Subtract/Assign)
Subtract and assign.
14.8 – (Postfix Decrement)
Postfix decrement.
14.9 * (Multiply)
14.10 *= (Multiply/Assign)
Multiply and assign.
14.11 / (Divide)
14.12 /= (Divide/Assign)
Divide and assign.
14.13 \ (Integer Divide)
Integer divide.
14.14 \= (Integer Divide/Assign)
Integer divide and assign.
14.15 # (Modulo)
14.16 #= (Modulo/Assign)
Modulo and assign.
14.17 ** (Exponentiate)
14.18 **= (Exponentiate/Assign)
Exponentiate and assign.
14.19 < (Less Than)
Less than.
14.20 <= (Less Than or Equal To)
Less than or equal to.
14.21 > (Greater Than)
Greater than.
14.22 >= (Greater Than or Equal To)
Greater than or equal to.
14.23 _ (Concatenate)
Concatenate.
14.24 _= (Concatenate/Assign)
Concatenate and assign.
14.25 = (Equals)
14.26 [ (Contains)
14.27 ] (Follows)
14.28 ]] (Sorts After)
Sorts after.
14.29 ? (Pattern Match)
Pattern match.
14.30 & (Logical AND)
Logical AND.
14.31 ! (Logical OR)
14.32 ’ (Logical NOT)
Logical NOT.
14.33 @ (Indirect)
[
<<
]
[
<
]
[
Up
]
[
>
]
[
>>
]
[
Top
]
[
Contents
]
[
Index
]
[
?
]
This document was generated on
May 5, 2025
using
texi2html 5.0
.