Detect judgment variables
Function: Detects and determines the variables specified by the role
Format: CheckCalc Detection Condition Detector Target conditions
Detector support: > ; greater than < ; Less than >= ; Greater than or equal to <= ; Less than or equal to == ; Equal to != ; Not equal
Example:
- IF
CheckCalc <$STR(N1)> == 100
- SAY
Hint: The current N1 variable is equal to 100.
- ELSESAY
note: The current N1 variable is not equal to 100.
