Function Terminal.writeln

Writes to the terminal at the current cursor position.

void writeln(T...) (
  T t
);