aFunc function

bool aFunc()

------------------ 3 return true-false functions TODO teamDev Function return : add some logic to return values (no-bool)

Implementation

bool aFunc() {
  print('dawo alDente true/false  aFunc');
  return true;
}