Help for this page

Select Code to Download


  1. or download this
    while () { 
        ...; }
    
  2. or download this
    while () 
    {
        ...;
    }
    
  3. or download this
    while () { 
        ...;
    }
    
  4. or download this
    while () { 
        ...;
        }
    
  5. or download this
    while () 
        {
        ...; 
        }
    
  6. or download this
    while () 
      {
        ...;
      }