We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#summary All comparison operators allowed.
===Comparison operators===
All comparison operators allowed. {{{ // = Equal to (x = y)
// ! Not equal to (x ! y) // < Less Than (x < y) // > Greater Than (x > y) // < Less Than or Equal To (x <= y) // > Greater Than or Equal To (x >= y)
}}}
There was an error while loading. Please reload this page.