Index

Count

A positive integral count.

Input Format:

A sequence of numeric digits.

Use with do-loops:
When a Count variable is used as the dependent variable of a do-loop, the associated loop increment is specified as an Integer constant.

Examples:
 print $Count(123)
 -> 123
Context:
This datatype is used by the archive command for specifying the number of snapshots to coadd per archived frame.

Martin Shepherd (9-Oct-1997)