Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

And Expression

A logical operator which abides by the following truth table:

Let x and y be some boolean variables.

xyx /\ y
truefalsefalse
falsetruefalse
truetruetrue
falsefalsefalse

For example, it can be used like this:

The statement x and y would be represented in Conjure Blocks as follows:

Example of an and expression

and would produce the following Essence Output:

x /\ y