defaultPrint abstract method

void defaultPrint(
  1. String s
)

Print a string using the default mechanism for this platform.

Implementation

void defaultPrint(String s);