Help for this page

Select Code to Download


  1. or download this
    while (condition) { # Exitable if
        if (condition) {
    ...
        ....
        last; # Bad things happen if this if omitted :)
    }