Writes a line of message to the console.
@override void writeLine(String message) { io.stdout.writeln(message); }