Contents | Prev | Next | Index


Bitwise Operators

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 Sep 02, 2004)
Copyright © 1999-2004 J.Neuhoff - mhccorp.com  . All rights reserved.
Please send any comments or corrections to neuhoff@mhccorp.com