|
|
1.1 root 1: 1 ~= 1 ----> none
2: 1 ~= 2 ----> 2
3: 1 ~= 0 ----> 0
4: -1 ~= 0 ----> 0
5: 1 ~= -2 ----> -2
6: -1 ~= -0 ----> 0
7: 1. ~= 1 ----> none
8: 1 ~= 2. ----> 2.0
9: 1. ~= 0. ----> 0.0
10: -1 ~= 0. ----> 0.0
11: 1. ~= -2 ----> -2.0
12: -1 ~= -0. ----> 0.0
13: Run-time error 102 at line 21 in expr79.icn
14: numeric expected
15: offending value: "a"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.