|
|
1.1 root 1: 1 <= 1 ----> 1
2: 1 <= 2 ----> 2
3: 1 <= 0 ----> none
4: -1 <= 0 ----> 0
5: 1 <= -2 ----> none
6: -1 <= -0 ----> 0
7: 1. <= 1 ----> 1.0
8: 1 <= 2. ----> 2.0
9: 1. <= 0. ----> none
10: -1 <= 0. ----> 0.0
11: 1. <= -2 ----> none
12: -1 <= -0. ----> 0.0
13: Run-time error 102 at line 21 in expr76.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.