File:  [Research Unix] / researchv10dc / cmd / icon / tests / stand / expr16.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

one := [1] ----> list(1)
two := [2,2] ----> list(2)
x := one ----> list(1)
x &:= one ----> list(1)
x ----> list(1)
x := one ----> list(1)
x &:= two ----> list(2)
x ----> list(2)
x := one ----> list(1)
x |||:= one ----> list(2)
x ----> list(2)
x := one ----> list(1)
x |||:= two ----> list(3)
x ----> list(3)
x := one ----> list(1)
x ===:= one ----> list(1)
x ----> list(1)
x := one ----> list(1)
x ===:= two ----> none
x ----> list(1)
x := one ----> list(1)
x ~===:= one ----> none
x ----> list(1)
x := one ----> list(1)
x ~===:= two ----> list(2)
x ----> list(2)
Run-time error 102 at line 35 in expr16.icn
numeric expected
offending value: [2,2]

unix.superglobalmegacorp.com

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