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