Function Terminal.write

Writes to the terminal at the current cursor position.

void write(T...) (
  T t
);