🐐 LTE/GTE
This commit is contained in:
@@ -183,7 +183,7 @@ If-then statements are denoted with the keywords `SI` (if) and `TVNC` (then). Th
|
||||
Will return `I` (1), as the conditional evaluates `x` to be true.
|
||||
|
||||
### Boolean expressions
|
||||
In conditionals, `EST` functions as an equality evaluation, `DISPAR` as not-equal, and `MINVS` (<) and `PLVS` (>) function as inequality evaluation.
|
||||
In conditionals, `EST` functions as an equality evaluation, `DISPAR` as not-equal, and `MINVS` (<), `PLVS` (>), `HAVD_PLVS` (≤), and `HAVD_MINVS` (≥) function as inequality evaluation.
|
||||
|
||||
### ALIVD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user