Annotation of 43BSD/contrib/icon/test/std71.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("1 = 1 ----> ",image(1 = 1) | "none")
                     10:    write("1 = 2 ----> ",image(1 = 2) | "none")
                     11:    write("1 = 0 ----> ",image(1 = 0) | "none")
                     12:    write("-1 = 0 ----> ",image(-1 = 0) | "none")
                     13:    write("1 = -2 ----> ",image(1 = -2) | "none")
                     14:    write("-1 = -0 ----> ",image(-1 = -0) | "none")
                     15:    write("1. = 1 ----> ",image(1. = 1) | "none")
                     16:    write("1 = 2. ----> ",image(1 = 2.) | "none")
                     17:    write("1. = 0. ----> ",image(1. = 0.) | "none")
                     18:    write("-1 = 0. ----> ",image(-1 = 0.) | "none")
                     19:    write("1. = -2 ----> ",image(1. = -2) | "none")
                     20:    write("-1 = -0. ----> ",image(-1 = -0.) | "none")
                     21:    write("2 = \"a\" ----> ",image(2 = "a") | "none")
                     22: end

unix.superglobalmegacorp.com

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