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

1.1       root        1: list(0) ----> list(0)
                      2: list(0,1) ----> list(0)
                      3: list(1,1) ----> list(1)
                      4: list(100,"a") ----> list(100)
                      5: table() ----> table(0)
                      6: table(0) ----> table(0)
                      7: a := [] ----> list(0)
                      8: every put(a,!&lcase) ----> none
                      9: a1 := sort(a) ----> list(26)
                     10: a
                     11: b
                     12: c
                     13: d
                     14: e
                     15: f
                     16: g
                     17: h
                     18: i
                     19: j
                     20: k
                     21: l
                     22: m
                     23: n
                     24: o
                     25: p
                     26: q
                     27: r
                     28: s
                     29: t
                     30: u
                     31: v
                     32: w
                     33: x
                     34: y
                     35: z
                     36: every write(!a1) ----> none
                     37: sort(a1) ----> list(26)
                     38: t := table() ----> table(0)
                     39: every t[!&lcase] := 1 ----> none
                     40: sort(t) ----> list(26)
                     41: a := sort(t) ----> list(26)
                     42: a
                     43: b
                     44: c
                     45: d
                     46: e
                     47: f
                     48: g
                     49: h
                     50: i
                     51: j
                     52: k
                     53: l
                     54: m
                     55: n
                     56: o
                     57: p
                     58: q
                     59: r
                     60: s
                     61: t
                     62: u
                     63: v
                     64: w
                     65: x
                     66: y
                     67: z
                     68: every write((!a)[1]) ----> none
                     69: 1
                     70: 1
                     71: 1
                     72: 1
                     73: 1
                     74: 1
                     75: 1
                     76: 1
                     77: 1
                     78: 1
                     79: 1
                     80: 1
                     81: 1
                     82: 1
                     83: 1
                     84: 1
                     85: 1
                     86: 1
                     87: 1
                     88: 1
                     89: 1
                     90: 1
                     91: 1
                     92: 1
                     93: 1
                     94: 1
                     95: every write((!a)[2]) ----> none
                     96: Run-time error 101 at line 26 in expr62.icn
                     97: integer expected
                     98: offending value: []

unix.superglobalmegacorp.com

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