|
|
1.1 ! root 1: copy(1) ----> 1 ! 2: copy(1.0) ----> 1.0 ! 3: copy("abc") ----> "abc" ! 4: copy('aabbcc') ----> 'abc' ! 5: copy(main) ----> procedure main ! 6: copy([1,2,3]) ----> list(3) ! 7: copy(table(0)) ----> table(0) ! 8: copy() ----> &null ! 9: copy(&input) ----> &input ! 10: w := copy(write) ----> function write ! 11: function write ! 12: w(image(w)) ----> "function write" ! 13: copy(array()) ----> record array(7) ! 14: copy := copy(copy) ----> function copy ! 15: x := copy(array) ----> record constructor array ! 16: x := x(1,2,3,4,5,6,7) ----> record array(7) ! 17: x[-4] ----> 4 ! 18: v := copy(c) ----> &null ! 19: Run-time error 106 at line 26 in expr31.icn ! 20: procedure or integer expected ! 21: offending value: &null
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.