Help for this page

Select Code to Download


  1. or download this
    while (alice) {
        charlie;
        last if bob;
        david;
    }
    
  2. or download this
    do {
        charlie;
        last if bob;
        david;
    } while (alice);