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