|
[NEXT] [PREV]
HANDBOOK
/ GENTLE PRIMER
/ A Summary of Predefined Predicates
/The Predicate print |
|
Gentle
Applications Concepts Examples Handbook Support Download
|
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. [NEXT] [PREV] |