abFunc function

bool abFunc()

------------------ 3 return-bool-functions

Implementation

bool abFunc() {
  print('dawo alDente bool abFunc');
  return true;
}