| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Performs boolean-operation on numeric arguments A and B.
Syntax
SET RESULT=$ZBOOLEAN(A,B,boolean-operation)
$ZBOOLEAN Operations (boolean-operation values)
0Always false
1A AND B
2A AND NOT B
3A
4NOT A AND B
5B
6A XOR B
7A OR B
8A NOR B
9A EQUALS B
10NOT B
11A OR NOT B
12NOT A
13NOT A OR B
14A NAND B
15Always true
This document was generated on May 19, 2025 using texi2html 5.0.