flowC method

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

Every important library has it's own flowC function. #Library #Privacy!! Calling print/print-to-buffer function from beta. Getting local variables; Actor and Buffer right.

Implementation

void flowC(String msg, bool p) {
  ///  call flow.fServe with #LOCAL variables
  flow.fServe(':d:Hist:', buf, msg, p);
}