Function Terminal.writeln
Writes to the terminal at the current cursor position.
void writeln(T...)
(
T t
);
Writes to the terminal at the current cursor position.
void writeln(T...)
(
T t
);