Annotation of 43BSD/contrib/icon/test/std25.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("type(0) ----> ",image(type(0)) | "none")
                     10:    write("type(1.0) ----> ",image(type(1.0)) | "none")
                     11:    write("type(\"abc\") ----> ",image(type("abc")) | "none")
                     12:    write("type('aba') ----> ",image(type('aba')) | "none")
                     13:    write("type() ----> ",image(type()) | "none")
                     14:    write("type(&null) ----> ",image(type(&null)) | "none")
                     15:    write("type(&errout) ----> ",image(type(&errout)) | "none")
                     16:    write("type([]) ----> ",image(type([])) | "none")
                     17:    write("type(table()) ----> ",image(type(table())) | "none")
                     18:    write("type(main) ----> ",image(type(main)) | "none")
                     19:    write("type(write) ----> ",image(type(write)) | "none")
                     20:    write("type(array()) ----> ",image(type(array())) | "none")
                     21:    write("type(array) ----> ",image(type(array)) | "none")
                     22:    write("type(f) ----> ",image(type(f)) | "none")
                     23:    write("type(type) ----> ",image(type(type)) | "none")
                     24:    write("type(type)(type) ----> ",image(type(type)(type)) | "none")
                     25: end

unix.superglobalmegacorp.com

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