Conditions are often used in If Statements, or While Loops, but can also be used outside of them.
Valid Operators for conditions are:
= Equal!= Not Equal
< Less than
> Greater than
<= Less or Equal
>= Greater or Equal
Conditions are often used in If Statements, or While Loops, but can also be used outside of them.
Valid Operators for conditions are:
= Equal