File:  [CSRG BSD Unix] / 43BSD / contrib / icon / test / distr / std09.out
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

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 std09.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.