11.07.2015 Views

BCL Programmers Manual V2.00 (PDF) - Barix

BCL Programmers Manual V2.00 (PDF) - Barix

BCL Programmers Manual V2.00 (PDF) - Barix

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4.2 Bit operationsBit operations are implemented with the syntax of integer functions. The following bitoperations are available:NOT( E )Bitwise NOT operation.AND( E [, E1 [, ...] ] )Bitwise AND operation. If only E is given, returns E.OR( E [, E1 [, ...] ] )Bitwise OR operation. If only E is given, returns E.XOR( E [, E1 [,... ] )Bitwise XOR operation. If only E is given, returns E.SHL( E, E0 )Bitwise shift left of E by E0 bits.SHR( E, E0 )Bitwise shift right of E by E0 bits.Note: Some bitwise operations have the same names as logical operations and similarsyntax, but they can be distinguished by the type of their parameters.<strong>Barix</strong> AG | 13/106

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!