AST_SHOW

Display a textual representation of an Object on standard output

Description:

This routine displays a textual description of any AST Object on standard output. It is provided primarily as an aid to debugging.

Invocation

CALL AST_SHOW( THIS, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Object to be displayed.
STATUS = INTEGER (Given and Returned)
The global status.

Applicability

Object
This routine applies to all Objects.