[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.24 $ZBOOLEAN

Performs boolean-operation on numeric arguments A and B.

Syntax

SET RESULT=$ZBOOLEAN(A,B,boolean-operation)

$ZBOOLEAN Operations (boolean-operation values)

0

Always false

1

A AND B

2

A AND NOT B

3

A

4

NOT A AND B

5

B

6

A XOR B

7

A OR B

8

A NOR B

9

A EQUALS B

10

NOT B

11

A OR NOT B

12

NOT A

13

NOT A OR B

14

A NAND B

15

Always true


This document was generated on January 3, 2022 using texi2html 5.0.