Help for this page

Select Code to Download


  1. or download this
    while($runLoop){
       next if ($x == $y);
    ...
       next if ($x == $y);
       print "x and y were never equal";
    }