Help for this page

Select Code to Download


  1. or download this
    while ( 1 ) {
    
    ...
      # yadda yadda
    
    }
    
  2. or download this
    loop { # begin of enclosing block
    
    ...
      # post-test code;
    
    }
    
  3. or download this
    {
    
    ...
      redo;
    
    }