Help for this page

Select Code to Download


  1. or download this
    ( a() && b() && c() ) || e();
    
  2. or download this
    execute a()
    
    ...
    if b() returns false execute e() and end.
    
    if b() returns true exece c() and end.