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
Functions
Name | Description |
---|---|
Returns the result of the AND of its arguments... | |
Returns the result of the AND of its arguments... | |
Returns the result of the NOT of its argument... | |
Returns the result of the OR of its arguments... | |
Returns the result of the OR of its arguments... | |
Returns the result of the XOR (exclusive or) of its arguments... |
Constants
None
Variables
None