Loading

COUNTERVALUE

counters

The COUNTERVALUE function pushes the counter value onto the stack.

COUNTERVALUE is available since version 1.0.0.

See also

Signatures

Examples

COUNTER // Counter initialisation 1 COUNTERDELTA // Increment by 1 3 COUNTERDELTA // Increment by 3 1 COUNTERDELTA // Increment by 1 COUNTERVALUE // Get the value of the counter