Annotation of 43BSD/contrib/icon/libtest/t-image.icn, revision 1.1.1.1

1.1       root        1: link "../ilib/image"
                      2: 
                      3: record foo(a,b,c)
                      4: 
                      5: procedure main()
                      6:    write(Image(""))
                      7:    write(Image(''))
                      8:    write(Image(10))
                      9:    write(Image([1,2,3]))
                     10:    write(Image(foo(1,2,3)))
                     11:    a := list(10,&cset)
                     12:    a1 := [a,]
                     13:    a1[2] := a1
                     14:    t := table()
                     15:    t["a"] := a
                     16:    t[t] := t
                     17:    t["a1"] := a1
                     18:    write(Image(a))
                     19:    write(Image(a1))
                     20:    write(Image(t))
                     21:    write("xxxxxxxxxxxx>")
                     22:    write(Imagex(""))
                     23:    write(Imagex(''))
                     24:    write(Imagex(10))
                     25:    write(Imagex([1,2,3]))
                     26:    write(Imagex(foo(1,2,3)))
                     27:    write(Imagex(a))
                     28:    write(Imagex(a1))
                     29:    write(Imagex(t))
                     30: end

unix.superglobalmegacorp.com

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