Omitting @COMPUTE
The @COMPUTE
keyword is not required when an expression is passed as a function argument.
@STRNUM ((AMOUNT1 + AMOUNT2), LEFT)
The following expression returns the same result as the previous one:
@STRNUM ((@COMPUTE (AMOUNT1 + AMOUNT2), LEFT)