Help for this page

Select Code to Download


  1. or download this
    while ( ... ) {
        next if some-condition;
    
        some-code
    }