astShowastShow - Display a textual representation of an Object on standard output

Description:
This function displays a textual description of any AST ObjectObject on standard output. It is provided primarily as an aid to debugging.
Synopsis:
void astShow( AstObject $*$this )
Parameters:
this
Pointer to the Object to be displayed.
Class Applicability:
Object
This function applies to all Objects.