TMBASIC
Documentation
Docs
GitHub
TMBASIC Documentation
Comparison Operators
TMBASIC offers a variety of binary operators that compare two values and return a
Boolean
value.
=
Equal to
<> Not equal to
<
Less than
<= Less than or equal to
>
Greater than
>= Greater than or equal to