uniteChore function

void uniteChore(
  1. BlanketChore chr,
  2. dynamic _act
)

United chore W O R K routines.

Implementation

void uniteChore(BlanketChore chr, var _act) {
  _flowCOuter(
      ' :FLOW:uniteChore -->  Combined Chore  W O R K   code here...', _pB);
}