File:  [Research Unix] / researchv10dc / cmd / icon / tests / stand / expr27.out
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

t := table(table()) ----> table(0)
table(1)
table(2)
table(3)
table(4)
table(5)
table(6)
table(7)
table(8)
table(9)
table(10)
every t[1 to 10] := 1 do write(image(t)) ----> none
t := table() ----> table(0)
1
2
3
4
5
6
7
8
9
10
every t[1 to 10] := 1 do write(*t) ----> none
t[] := 6 ----> 6
t[] ----> 6
*t ----> 11
t[&null] := 7 ----> 7
t[] ----> 7
*t ----> 11
Run-time error 106 at line 19 in expr27.icn
procedure or integer expected
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.