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