boole
(boole operation intA [ intB ...
]] )
This function evaluates the boolean bitwise
operation as specified by operation on all
provided intA intB ... arguments.
Arguments |
operation specifies the boolean operation to perform (integer
in range 0 ... 15) |
Return |
result of the bitwise boolean operation (integer) |
Example |
(boole 1 12 5)
4 |
Remarks |
some typical boolean
operations : |
© Bricsys NV. All rights reserved. |