abcSetBFunc function

bool abcSetBFunc()

Set values of 3 bool functions to local variables

Implementation

bool abcSetBFunc() {
  print('dawo alDente abcSetBFunc --------');
  bool _aa, _bb, _cc;
  _aa = abFunc();
  _bb = bbFunc();
  _cc = cbFunc();
  print('----- -----  $_aa $_bb $_cc  end  dawo alDente abcSetBFunc');
//TODO  teamDev  Function return : make code to return something meaningful
  return false;
}