Std stream stream writeline
std:std.stream.Stream.WriteLine
Method WriteLine:Void( str:String )#
Writes a line of text to the stream.
Writes the characters in str
followed by the line terminating sequence "rn".
std:std.stream.Stream.WriteLine
Writes a line of text to the stream.
Writes the characters in str
followed by the line terminating sequence "rn".