Help for this page

Select Code to Download


  1. or download this
    while (blah)
    {... cri cri
    ...
    do thaaaat
     }
    }... violins
    
  2. or download this
    While(blah){
     if(/match/){  do_this()   } 
    ...
     # no, I don't like the "} else" way, you lose the symmetry
    }
    (blank line here)