sPrint function

void sPrint(
  1. String msg
)

TODO typedef SPrint, comment away. typedef void SPrint(String msg); typedef SPrint(String msg);

Implementation

void sPrint(String msg) {
  if (beta._betaPB) print(':sPrint:  $msg');
}