Annotation of 43BSD/contrib/icon/book/02/break2.icn, revision 1.1.1.1

1.1       root        1: procedure main()
                      2:    while line := read() do
                      3:       if match("skip",line) then       # check for lines to skip
                      4:          while line := read() do       # skip loop
                      5:             if match("end",line) then break
                      6:             else next
                      7:       else write(line) # write line in main loop
                      8: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.