|
|
1.1 ! root 1: ?0 ----> 0.21132487 ! 2: ?10 ----> 5 ! 3: ?10 ----> 4 ! 4: ?10 ----> 6 ! 5: ?20 ----> 9 ! 6: ?[1,2,3,4] ----> 2 ! 7: ?[1,2,3,4] ----> 1 ! 8: x := array(1,2,3,4,5,6,7) ----> record array(7) ! 9: ?x ----> 6 ! 10: ?x ----> 1 ! 11: ?x ----> 6 ! 12: ?x ----> 1 ! 13: ?x ----> 3 ! 14: ?x ----> 4 ! 15: ?x ----> 5 ! 16: ?x ----> 5 ! 17: t := table() ----> table(0) ! 18: every i := 1 to 100 do t[i] := i ----> none ! 19: ?t ----> 97 ! 20: ?t ----> 98 ! 21: ?t ----> 8 ! 22: ?t ----> 29 ! 23: ?t ----> 84 ! 24: ?t ----> 12 ! 25: ?t ----> 68 ! 26: ?t ----> 29 ! 27: ?t ----> 74 ! 28: ?t ----> 61 ! 29: Run-time error 113 at line 37 in std02.icn ! 30: invalid type to random operation ! 31: offending value: &null
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.