1.  
  2. if (someCondition) {
  3. statement1;
  4. statement2;
  5. statement3;
  6. }
  7.