print method

void print()

Implementation

void print() {
  _clear();
  _stdout.writeln(createLabel(''));
}