Annotation of researchv10dc/cmd/icon/tests/expr01.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:    &trace := -1
                     10:    dummy{1,2,3,4}
                     11:    dummy{}
                     12:    dummy(image{1,2,3,4})
                     13:    dummy(put{1,2,3,4})
                     14:    dummy("*"{1,2,3,4})
                     15:    dummy(image("|||"([],[])))
                     16:    dummy("+"(1,2))
                     17:    dummy("+"(1))
                     18:    dummy("image"(image(image)))
                     19:    dummy("x"(1))
                     20: end

unix.superglobalmegacorp.com

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