: Format Code
The colon format code terminates format processing if there are no more data remaining in the argument list.
The syntax is:
For example, the IDL statement,
will output the following comma-separated list of integer values:
The use of the colon format code prevented a comma from being output following the final item in the argument list.