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