Help for this page

Select Code to Download


  1. or download this
    consequence() if condition(); # or
    condition() and consequence();
    
  2. or download this
    consequence unless condition(); # or
    condition() or consequence();