Help for this page

Select Code to Download


  1. or download this
    while (foo()) {
      ...
    ...
    JUST_BEFORE_OF_LOOP:
      clean_up
    }
    
  2. or download this
    while (foo()) {
      ...
    ...
    } continue {
      clean_up
    }