Relational operators

In the integrated development environment CannyLab, the following comparison operations are implemented:

Symbol Function block name
Icon. Equal to: for X = Y the result is 1, otherwise 0
Icon. Greater than: for X> Y the result is 1, otherwise 0
Icon. Not greater than: for X = <Y the result is 1, otherwise 0
Icon. Less than: for X <Y the result is 1, otherwise 0
Icon. Not less than: for X> = Y the result is 1, otherwise 0
Icon. Minimum: for X > Y the result is Y, otherwise X
Icon. Maximum: for X >= Y the result is X, otherwise Y

SEE ALSO