|
|
1.1 root 1: s := "abcd" ----> "abcd"
2: {s[1:2] := "xx";s} ----> "xxbcd"
3: {s[-1:0] := "";s} ----> "xxbc"
4: {s[1] := "abc";s} ----> "abcxbc"
5: {s[1+:2] := "y";s} ----> "ycxbc"
6: {s[2] :=: s[3];s} ----> "yxcbc"
7: s[6] := "t" ----> none
8: s[0-:6] := "u" ----> none
9: {s[1:0] :=: s[0:1];s} ----> "yxcbc"
10: Run-time error 103 at line 18 in expr12.icn
11: string expected
12: offending value: &null
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.