Help for this page

Select Code to Download


  1. or download this
    if (condition && condition && condition) {
        ...
    ...
     && condition) {
        ...
    }
    
  2. or download this
    if (condition && condition &&
        and_a_very_long_condition) {
        ...
    }