StandardOutputStream.WriteLine
From Xojo Documentation
Method
Writes data to the output stream. WriteLine appends the NewLine character to data.
Example
stdout.writeline ("This is going to the output device.")
Writes data to the output stream. WriteLine appends the NewLine character to data.