Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
DISPLAY Statement (DataBasic MultiValue Compatibility) (m6187ai+display_s.htm)
Outputs data to the display.
This function is provided for compatibility with other MultiValue systems and is only available in AP, D3, MVBASE, PICK and R83 modes (set with the $OPTIONS statement). It has the same function as the CRT statement.
DISPLAY {print-list}
print-list is a single expression or a series of expressions, separated by commas or colons.
The expressions can be any text string enclosed in quotes, a numerical value, a variable that evaluates to a text string, or any expression used to denote output formatting.
PRINT statement.