TAL Reference Manual
Language Elements
TAL Reference Manual—526371-001
2-10
Operators
Bit shift <<
>>
‘<<‘
‘>>’
Signed left shift
Signed right shift
Unsigned left shift
Unsigned right shift
Arithmetic
expression
+
-
* (asterisk)
/
‘+’
‘-’
‘*’
‘/’
‘\’
LOR
LAND
XOR
Signed addition
Signed subtraction
Signed multiplication
Signed division
Unsigned addition
Unsigned subtraction
Unsigned multiplication
Unsigned division
Unsigned modulo division
Logical OR bit-wise operation
Logical AND bit-wise operation
Exclusive OR bit-wise operation
Relational
expression
<
=
>
<=
>=
<>
‘<’
‘=’
‘>’
'<='
'>='
'<>'
Signed less than
Signed equal to
Signed greater than
Signed less than or equal to
Signed greater than or equal to
Singed not equal to
Unsigned less than
Unsigned equal to
Unsigned greater than
Unsigned less than or equal to
Unsigned greater than or equal to
Unsigned not equal to
Boolean expression AND
OR
NOT
Logical conjunction
Logical disjunction
Logical negation
* Not supported on future software platforms.
Table 2-9. Operators (page 2 of 2)
Context Operator Operation