plain static method

void plain(
  1. String message
)

Implementation

static void plain(String message) {
  stdout.writeln(message);
}