Help for this page

Select Code to Download


  1. or download this
    LOOP: {
            do {
                last if $x = $y**2;
                # do something here
            } while $x++ <= $z;
    }