|
|
1.1 ! root 1: 0.21132487 ! 2: 0.41242083 ! 3: 0.31579519 ! 4: 0.51044017 ! 5: 0.42173545 ! 6: 0.30569154 ! 7: 0.079608471 ! 8: 0.73752851 ! 9: 0.050720188 ! 10: 0.71694717 ! 11: every 1 to 10 do write(?0) ----> none ! 12: 2 ! 13: 4 ! 14: 6 ! 15: 7 ! 16: 6 ! 17: 8 ! 18: 8 ! 19: 3 ! 20: 9 ! 21: 4 ! 22: every 1 to 10 do write(?10) ----> none ! 23: 4 ! 24: 9 ! 25: 9 ! 26: 1 ! 27: 8 ! 28: 4 ! 29: 7 ! 30: 5 ! 31: 9 ! 32: 10 ! 33: every 1 to 10 do write(?[1,2,3,4,5,6,7,8,9,10]) ----> none ! 34: c ! 35: c ! 36: d ! 37: d ! 38: a ! 39: f ! 40: c ! 41: c ! 42: a ! 43: f ! 44: every 1 to 10 do write(?"abcdef") ----> none ! 45: t := table() ----> table(0) ! 46: t[1] := "a" ----> "a" ! 47: t[2] := "bc" ----> "bc" ! 48: t[3] := 3 ----> 3 ! 49: bc ! 50: bc ! 51: 3 ! 52: a ! 53: bc ! 54: 3 ! 55: 3 ! 56: 3 ! 57: bc ! 58: 3 ! 59: every 1 to 10 do write(?t) ----> none ! 60: x := array(1,2,3,4,5,6,7) ----> record array(7) ! 61: 4 ! 62: 1 ! 63: 6 ! 64: 6 ! 65: 6 ! 66: 2 ! 67: 3 ! 68: 7 ! 69: 2 ! 70: 5 ! 71: every 1 to 10 do write(?x) ----> none ! 72: Run-time error 114 at line 20 in expr10.icn ! 73: invalid type to subscript operation ! 74: offending value: &null
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.