Annotation of 43BSD/contrib/icon/test/xpx03.icn, revision 1.1.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("every write(\"...\"(1,10,2)) ----> ",image(every write("..."(1,10,2))) | "none")
                     10:    write("every write(\"image\"(write)) ----> ",image(every write("image"(write))) | "none")
                     11:    write("\":\"(\"abcdef\",3,5) ----> ",image(":"("abcdef",3,5)) | "none")
                     12:    write("\"[]\"(&lcase,3) ----> ",image("[]"(&lcase,3)) | "none")
                     13:    write("image(proc(\"^\",1)) ----> ",image(image(proc("^",1))) | "none")
                     14:    write("image(proc(\"^\",2)) ----> ",image(image(proc("^",2))) | "none")
                     15:    write("proc(\"+\",2)(3,4) ----> ",image(proc("+",2)(3,4)) | "none")
                     16:    write("proc(proc)(\"write\") ----> ",image(proc(proc)("write")) | "none")
                     17:    write("proc(\"+\") ----> ",image(proc("+")) | "none")
                     18:    write("\"|\"(1,2) ----> ",image("|"(1,2)) | "none")
                     19: end

unix.superglobalmegacorp.com

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