Help for this page

Select Code to Download


  1. or download this
    $a = 3;
    LOOP_ONCE: {
    ...
           last unless $a == 4;
       } while cond();
    }