Help for this page

Select Code to Download


  1. or download this
    if (really_long_and_boring_condition)
      do_something_useful()
    
  2. or download this
    do_something_useful()
        if really_long_and_boring_condition;
    ...
    
    really_long_and_boring_condition
        && do_something_useful();