Function Terminal.writefln
Writes to the terminal at the current cursor position.
void writefln(T...)
(
string f,
T t
);
Writes to the terminal at the current cursor position.
void writefln(T...)
(
string f,
T t
);