Directive #stdout Foundation
Generates a compiler message and sends it to the standard output device
#stdout [<CompilerMessage>]
The directive #stdout causes the compiler to send the literal text <CompilerMessage>, followed a carriage return/linefeed (Chr(13)+Chr(10)) to the standard output device STDOUT. This directive is useful to track progress of the compiler.
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.