Help for this page

Select Code to Download


  1. or download this
     
    while (EXPR) {
        REDO:
    ...
        #body of next block
    }
    LAST:
    
  2. or download this
     
    NEXT: while (EXPR) {
        REDO:
        # body of while block
    }
    LAST:
    
  3. or download this
    # nb this is stupid code that shortens lines (a char at a time)
    # and prints the result, until it finds a z at the first pos.
    ...
        }
    }
    print "done";