@SUCC
Syntax:
@SUCC(<value>)
Description:
This function returns the successor of <value>, i.e. <value> + 1. It is more efficient than using @sum(<value>,1).
OK:
Unchanged.
Example:
%S = @SUCC(%S)
See also:
@ABS
@DIV
@DIFF
@FABS
@FEXP
@FDIV
@FORMAT
@FSUB
@HEX
@NUMERIC
@PRED
@PROD
@FADD
@SUM
@ZERO