|
|||||
Counters | |||||
Related Syntax |
OmniMark counters store integer values for counting, manipulating measurements, and performing general arithmetic. Counters can have positive or negative values. The maximum magnitude of a counter is 2,147,483,647.
Counters are automatically initialized to 1. It is recommended that programmers always explicitly initialize their counters to make the initial value more obvious to the reader of the program and to avoid errors resulting from forgetting to initialize (or re-initialize) a counter.
Related Syntax global, local |
---- |