Conditionals
Use conditionals to do simple evaluations of true/false statements.
Operator | Description |
---|---|
> | Greater than |
< | Less than |
>= | Greater than or equal to |
<= | Less than or equal to |
== | Equal to |
!= | Not equal to |
Highlight conditional results by turning on conditional highlighting in the Settings.
Last updated on