Using the Prefix Characters $ and @
Numeric reserved words may be prefixed with a symbol such as $ or @ (<$ name> or <@ name> for example).
- The $ prefix signals ConfigPost to output the previous value of a reserved word.
- The @ prefix signals ConfigPost to output an incremental value (the difference between the current value of a reserved word and its previous value.)