Function DevOut() Foundation
Outputs a value to the current output device.
DevOut( <Expression>, [<cColor>] ) --> NIL
The return value of DevOut() is always NIL.
The output function DevOut() outputs the value of <Expression>to the current output device at the current cursor or print head position. The command @..SAY.. is implemented using the functions DevPos() and DevOut().
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.