|
|
1.1 ! root 1: image(2) ----> "2" ! 2: image(2e13) ----> "2.e13" ! 3: image(0.0006) ----> "0.0006" ! 4: image(2.0) ----> "2.0" ! 5: image('cab') ----> "'abc'" ! 6: image(&lcase) ----> "&lcase" ! 7: image('abcdefghijklmnopqrstuvwxyz') ----> "'abcdefghijklmnopqrstuvwxyz'" ! 8: image(&input) ----> "&input" ! 9: image() ----> "&null" ! 10: image(&null) ----> "&null" ! 11: image([1,2,3]) ----> "list(3)" ! 12: image([]) ----> "list(0)" ! 13: image([,]) ----> "list(2)" ! 14: image(table()) ----> "table(0)" ! 15: image(table(3)) ----> "table(0)" ! 16: image(list(0)) ----> "list(0)" ! 17: image(repl) ----> "function repl" ! 18: image(main) ----> "procedure main" ! 19: image(repl(&lcase,10)) ----> "\"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz\"" ! 20: image(array) ----> "record constructor array" ! 21: image(a) ----> "&null" ! 22: image(array) ----> "record constructor array" ! 23: image(image) ----> "function image" ! 24: Run-time error 102 at line 32 in expr11.icn ! 25: numeric expected ! 26: offending value: function image
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.