|
expression & expression
Expression is any valid expression containing the integer data type, which is transformed into a binary number for the bitwise operation.
|
|||
|
~ expression
Expression is any valid expression containing the integer data type, which is transformed into a binary number for the bitwise operation. The tilde (~) cannot be used as part of a user-defined name.
|
|||
|
expression | expression
Expression is any valid expression containing the integer data type, which is transformed into a binary number for the bitwise operation.
|
|||
|
expression ^ expression
Expression is any valid expression containing the integer data type, which is transformed into a binary number for the bitwise operation. The circumflex (^) cannot be used as part of a user-defined name.
|
|
Table 46
|