Annotation of 43BSD/contrib/icon/book/f/tcopy.icn, revision 1.1.1.1

1.1       root        1: procedure tcopy(ltree)
                      2:    local a
                      3:    a := [ltree[1]]
                      4:    every put(a,tcopy(ltree[2 to *ltree]))
                      5:    return a
                      6: end

unix.superglobalmegacorp.com

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