StandardOutputStream.WriteLine

From Xojo Documentation

Method

StandardOutputStream.WriteLine(data as String)

Supported for all project types and targets.

Writes data to the output stream. WriteLine appends the NewLine character to data.


Example

stdout.writeline ("This is going to the output device.")