Help for this page
( a() && b() && c() ) || e();
execute a() ... if b() returns false execute e() and end. if b() returns true exece c() and end.