Annotation of 43BSD/contrib/icon/test/std26.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 := [array(),table(),write,main,[],&input,1,\"abc\",'aa',2.0,&null,create 1] ----> ",image(x := [array(),table(),write,main,[],&input,1,"abc",'aa',2.0,&null,create 1]) | "none")
        !            10:    write("x := sort(x) ----> ",image(x := sort(x)) | "none")
        !            11:    write("every write(image(!x)) ----> ",image(every write(image(!x))) | "none")
        !            12:    write("!image ----> ",image(!image) | "none")
        !            13: end

unix.superglobalmegacorp.com

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