Contents | Prev | Next | Index
AND | bitwise logical and |
OR | bitwise logical or |
XOR | bitwise logical exclusive or |
NOT | bitwise negation (unary operator) |
SHR | bitwise shift right |
SHL | bitwise shift left |
A bitwise logical operator applies to operands which are both of integer type. The result type is the one that includes the types of the both operands. The bitwise negation is a unary operator and only applies to one integer operand.
Contents | Prev | Next | Index
Canterbury Pascal for JVM (Last documentation update
Jun 9, 2000)
Copyright © 1998 Mill Hill & Canterbury
Corporation, Ltd. All rights reserved
Please send any comments or corrections to
mhc@webcom.com