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) {
  ///  Call flowServe with #LOCAL variables.
  //  Use _pB when needed to control printing.  Might be not-private.
  _pB;
  flwSrv(':con:', buf, msg, p);
}