The bool :: core module

The bool :: core module provides functions, constants and global variables for the implementation of basic operations on boolean variables.

Required modules

base :: core

Functions

NameDescription

And()

Returns the result of the AND of its arguments...

And2()

Returns the result of the AND of its arguments...

Not()

Returns the result of the NOT of its argument...

Or()

Returns the result of the OR of its arguments...

Or2()

Returns the result of the OR of its arguments...

Xor2()

Returns the result of the XOR (exclusive or) of its arguments...

Constants

None

Variables

None