|
|
1.1 root 1: x := 1 ----> 1
2: y := 2 ----> 2
3: z := 3 ----> 3
4: x :=: y ----> 2
5: y :=: x ----> 2
6: x ----> 1
7: y ----> 2
8: z ----> 3
9: x :=: y :=: z ----> 3
10: x ----> 3
11: y ----> 1
12: z ----> 2
13: Run-time error 111 at line 21 in expr81.icn
14: variable expected
15: offending value: "a"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.