
Command Reference
kConditional Jump Relational Operators (REL)=, ≠, >, <, ≥, ≤
Function: These relational operators are used in combination with the conditional jump
command.
Syntax:
<left side> <relational operator> <right side>
Parameters:
left side/right side: variable (A to Z, r, θ), numeric constant, variable expression (such as: A ⋅ 2)
relational operator: =, ≠, >, <, ≥, ≤
kOtherRclCapt
Function: Displayed the contents specified by the capture memory number.
Syntax: RclCapt <capture memory number> .... (capture memory number: 1 to 20)
20050401