|
|
1.1 ! root 1: 36 % 7 ----> 1 ! 2: -36 % 7 ----> -1 ! 3: 36 % -7 ----> 1 ! 4: -36 % -7 ----> -1 ! 5: 36. % 7 ----> 1.0 ! 6: 36 % 7. ----> 1.0 ! 7: 36. % 7. ----> 1.0 ! 8: -36. % 7 ----> -1.0 ! 9: 36 % -7. ----> 1.0 ! 10: -36. % -7. ----> -1.0 ! 11: Run-time error 102 at line 19 in expr69.icn ! 12: numeric expected ! 13: offending value: "a"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.