|
|
1.1 root 1: "x" << "x" ----> none
2: "x" << "X" ----> none
3: "X" << "x" ----> "x"
4: "xx" <<= "xx" ----> "xx"
5: "xxx" <<= "xx" ----> none
6: "xx" <<= "xxx" ----> "xxx"
7: "x" >>= "x" ----> "x"
8: "x" >>= "xx" ----> none
9: "xx" >>= "x" ----> "x"
10: "x" >> "x" ----> none
11: "x" >> "X" ----> "X"
12: "X" >> "x" ----> none
13: "x" == "x" ----> "x"
14: "x" == "X" ----> none
15: "X" == "x" ----> none
16: "x" ~== "x" ----> none
17: "x" ~== "X" ----> "X"
18: "X" ~== "x" ----> "x"
19: Run-time error 103 at line 27 in expr15.icn
20: string expected
21: offending value: []
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.