4.3BSD/usr/contrib/icon/test/distr/std79.out

x := 1 ----> 1
y := 2 ----> 2
x <-> y ----> 2
y <-> x ----> 2
(x <-> y) & &fail ----> none
x ----> 1
y ----> 2
Run-time error 111 at line 16 in std79.icn
variable expected
offending value: 1