|
|
1.1 ! root 1: *"" ----> 0 ! 2: *'' ----> 0 ! 3: *[] ----> 0 ! 4: *table() ----> 0 ! 5: *30 ----> 2 ! 6: !"abc" ----> "a" ! 7: ![1,2,3] ----> 1 ! 8: !&lcase ----> "a" ! 9: !30 ----> "3" ! 10: !table() ----> none ! 11: ?"abc" ----> "a" ! 12: ?&lcase ----> "k" ! 13: ?[1,2,3] ----> 1 ! 14: ?table() ----> none ! 15: ?30 ----> 16 ! 16: ?0 ----> 0.42173545 ! 17: ?30.0 ----> 10 ! 18: .x ----> &null ! 19: ."abc" ----> "abc" ! 20: .[] ----> list(0) ! 21: .main ----> procedure main ! 22: /main ----> none ! 23: /"abc" ----> none ! 24: /&null ----> &null ! 25: /[] ----> none ! 26: /&lcase ----> none ! 27: \main ----> procedure main ! 28: \"abc" ----> "abc" ! 29: \x ----> none ! 30: \[] ----> list(0) ! 31: \&null ----> none ! 32: Run-time error 116 at line 40 in expr57.icn ! 33: invalid type to element generator ! 34: offending value: &null
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.