Help for this page

Select Code to Download


  1. or download this
    print "This doesn't print.\n"        while 2 + 2 == 5;
    do {print "But this prints once.\n"} while 2 + 2 == 5;