flowC method

void flowC(
  1. String msg,
  2. bool p
)

Pasting flowC method and flowS function from dawo. Calling print/print-to-buffer function from base_lib. Getting local variables; Actor and Buffer right. Changing to use local -

Implementation

void flowC(String msg, bool p) {
  //  Use false _pB when prevent printing::
  _pB;

  ///  Call flowServe with #LOCAL variables.
  //  flowServe is in base_lb.dart.
  flwSrv(':con:', buf, msg, p);
}