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