writeLine abstract method

void writeLine(
  1. String message
)

Writes a line of message to the console.

Implementation

void writeLine(String message);