Help for this page

Select Code to Download


  1. or download this
    while ($string_tested); {
    statement
    statement
    statement
    }
    
  2. or download this
    while (test)  {
    
    ...
    statement2;
    
    }