helloMission function

void helloMission()

NOTE: Chore-list is inside this class. Most outside activity to Chore, is accessed via Mission-class. To publish name in scope for testing visibility.

Implementation

///  To publish name in scope for testing visibility.
void helloMission() {
  _flowC('-- Somebody call: hello this is mission file and library  ---', _pB);
}