Help for this page

Select Code to Download


  1. or download this
    if (condition)
        some_statement();
    
  2. or download this
    if (condition)
        some_statement();
        some_other_statement();
        some_random_statement();