Annotation of researchv10dc/cmd/icon/tests/stand/expr27.out, revision 1.1.1.1

1.1       root        1: t := table(table()) ----> table(0)
                      2: table(1)
                      3: table(2)
                      4: table(3)
                      5: table(4)
                      6: table(5)
                      7: table(6)
                      8: table(7)
                      9: table(8)
                     10: table(9)
                     11: table(10)
                     12: every t[1 to 10] := 1 do write(image(t)) ----> none
                     13: t := table() ----> table(0)
                     14: 1
                     15: 2
                     16: 3
                     17: 4
                     18: 5
                     19: 6
                     20: 7
                     21: 8
                     22: 9
                     23: 10
                     24: every t[1 to 10] := 1 do write(*t) ----> none
                     25: t[] := 6 ----> 6
                     26: t[] ----> 6
                     27: *t ----> 11
                     28: t[&null] := 7 ----> 7
                     29: t[] ----> 7
                     30: *t ----> 11
                     31: Run-time error 106 at line 19 in expr27.icn
                     32: procedure or integer expected
                     33: offending value: table(11)

unix.superglobalmegacorp.com

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