Help for this page

Select Code to Download


  1. or download this
    if (logical-test1) { 
      process-stmts1; 
    ...
      return; 
      } 
    ...
    
  2. or download this
    if (test1) { 
      process-stmts1; 
    ...
      process-stmts2; 
      } 
    ...