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

Comparison

Used to compare two expressions. Returns a binary result.

For example, it can be used like this:

The statement x is not equal to y would be represented in Conjure Blocks as follows:

Example of comparison

and would produce the following Essence Output:

x !=  y 

See here for information about the comparison operators conjure uses.