HANDBOOK / GENTLE PRIMER / A Summary of Predefined Predicates /

The Predicate print

The predicate print may be used to print a value. It is meant for test output and may be used, for example, to print the generated abstract syntax of a source text:

   Expression(-> X) print(X)
The value will be printed using indentation for subterms.