println method

void println(
  1. String str
)

Prints a regular string

Implementation

external void println(String str);