|
|
1.1 ! root 1: &subject := string(&lcase) ----> "abcdefghijklmnopqrstuvwxyz" ! 2: a ! 3: b ! 4: c ! 5: d ! 6: e ! 7: f ! 8: g ! 9: h ! 10: i ! 11: j ! 12: k ! 13: l ! 14: m ! 15: n ! 16: o ! 17: p ! 18: q ! 19: r ! 20: s ! 21: t ! 22: u ! 23: v ! 24: w ! 25: x ! 26: y ! 27: z ! 28: while write(move(1)) ----> none ! 29: &subject := string(&lcase) ----> "abcdefghijklmnopqrstuvwxyz" ! 30: ! 31: a ! 32: ab ! 33: abc ! 34: abcd ! 35: abcde ! 36: abcdef ! 37: abcdefg ! 38: abcdefgh ! 39: abcdefghi ! 40: every write(tab(1 to 10)) ----> none ! 41: pos(0) ----> none ! 42: pos(15) ----> none ! 43: &subject := string(&lcase) ----> "abcdefghijklmnopqrstuvwxyz" ! 44: pos(1) ----> 1 ! 45: Run-time error 101 at line 17 in std60.icn ! 46: integer expected ! 47: offending value: "a"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.