infoLn method
Append the current info line with message
and start the next line.
Implementation
void infoLn(final String message)
{
stdout.writeln(message);
}
Append the current info line with message
and start the next line.
void infoLn(final String message)
{
stdout.writeln(message);
}