Annotation of 43BSD/contrib/icon/test/std33.icn, revision 1.1

1.1     ! root        1: record array(a,b,c,d,e,f,g)
        !             2: 
        !             3: procedure dummy(u,v,x,y,z)
        !             4:    suspend u | v
        !             5:    return x
        !             6: end
        !             7: 
        !             8: procedure main()
        !             9:    write("x := [] ----> ",image(x := []) | "none")
        !            10:    write("every push(x,1 to 1000) ----> ",image(every push(x,1 to 1000)) | "none")
        !            11:    write("x ----> ",image(x) | "none")
        !            12:    write("every push(x,1 to 10000) ----> ",image(every push(x,1 to 10000)) | "none")
        !            13:    write("x ----> ",image(x) | "none")
        !            14:    write("x[x] ----> ",image(x[x]) | "none")
        !            15: end

unix.superglobalmegacorp.com

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