Displaying Unformatted Expressions (DPL Code)
To display an unformatted expression, type the following:
display(expression)
The following clause contains the simple expression @pi, but more complicated expressions are permitted.
display(@pi)
This clause produces the following line:
3.14159
You may set the number of significant digits displayed by default by choosing File | Options | Outputs.
Versions: DPL Professional, DPL Enterprise, DPL Portfolio