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.
  flwSrv(':dawolang-lexicon-base:', buf, msg, p);
}