PRINT

The PRINT command is used to generate output to the user's terminal.

P[RINT] expression [, expression...]

where [expression] is of one of the following types:

- a numeric expression
- a string expression
- a format expression
- a BOX or BOXCLEAR expression

Example:

print "The square of 4.1 is ", 4.1*4.1
print "DBIC: ", DBIC

The arguments to the print command are a comma separated list of numeric expressions, string expressions, or special format expressions which are evaluated and displayed.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.