Annotation of 43BSD/contrib/icon/book/13/equalseq.icn, revision 1.1.1.1

1.1       root        1: procedure equalseq(e1,e2)
                      2:    local x
                      3:    while x := @e1 do
                      4:       (x === @e2) | fail       # fail if different
                      5:    if @e2 then fail            # fail if longer
                      6:    else return
                      7: end

unix.superglobalmegacorp.com

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