Help for this page

Select Code to Download


  1. or download this
    # EXRP while EXPR;
    print "Here\n" while ();
    
  2. or download this
    # while (EXPR) { EXPR; }
    while ( () ) { print "Here\n" }