Help for this page

Select Code to Download


  1. or download this
    if (condition) {} 
       else { &actually_do_something() }
    
  2. or download this
    &actually_do_something unless condition;