i method

void i(
  1. String msg
)

Implementation

void i(String msg) {
  stdout.writeln(msg);
}