flowC function

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

Calling print/print-to-buffer method. Getting local variables; Actor and Buffer right,

Implementation

void flowC(String msg, bool pB) {
  ///  call flow.fServe with #LOCAL variables
  flow.fServe(':HELSINKI:', out.outMBot, msg, pB);
}