stdOut method

void stdOut(
  1. String s
)

Implementation

void stdOut(String s) => io.stdout.writeln(s);