?0 ----> 0.21132487 ?10 ----> 5 ?10 ----> 4 ?10 ----> 6 ?20 ----> 9 ?[1,2,3,4] ----> 2 ?[1,2,3,4] ----> 1 x := array(1,2,3,4,5,6,7) ----> record array(7) ?x ----> 6 ?x ----> 1 ?x ----> 6 ?x ----> 1 ?x ----> 3 ?x ----> 4 ?x ----> 5 ?x ----> 5 t := table() ----> table(0) every i := 1 to 100 do t[i] := i ----> none ?t ----> 97 ?t ----> 98 ?t ----> 8 ?t ----> 29 ?t ----> 84 ?t ----> 12 ?t ----> 68 ?t ----> 29 ?t ----> 74 ?t ----> 61 Run-time error 113 at line 37 in std02.icn invalid type to random operation offending value: &null