The tst Statement
The tst statement lets you compare an input source to zero. The output (second) argument must be a variable but the remaining argument can be a variable, a numeric constant, or a constant expression. The syntax of the tst statement is shown below.
tst GT, bXGTZero, x // bXGTZero = (x > 0);