Annotation of 43BSD/contrib/icon/libtest/t-structs.icn, revision 1.1

1.1     ! root        1: link "../ilib/structs"
        !             2: 
        !             3: procedure main()
        !             4:    while s := read() do {
        !             5:       write(s)
        !             6:       a := ltree(s)
        !             7:       write(depth(a))
        !             8:       write(stree(a))
        !             9:       b := tcopy(a)
        !            10:       if eq(a,b) then write("eq okay") else write("eq failed")
        !            11:       if teq(a,b) then write("teq okay") else write("teq failed")
        !            12:       every write(stree(visit(a)))
        !            13:       }
        !            14: end

unix.superglobalmegacorp.com

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