Function DispOut() Foundation
Displays a value on the screen or in the active window.
DispOut( <Expression> [, <cColor> ] ) --> NIL
The return value of DispOut() is always NIL.
DispOut() displays the value of an individual expression at the current cursor position on the screen or in the active window. It is a simple output function which only displays values on the screen. The output device set with SET DEVICE is ignored by DispOut().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.