|
|
1.1 ! root 1: s := "x" ----> "x" ! 2: s ||:= "x" ----> "xx" ! 3: s ----> "xx" ! 4: s := "x" ----> "x" ! 5: s ||:= "xx" ----> "xxx" ! 6: s ----> "xxx" ! 7: s := "x" ----> "x" ! 8: s ||:= "X" ----> "xX" ! 9: s ----> "xX" ! 10: s := "x" ----> "x" ! 11: s ||:= "abc" ----> "xabc" ! 12: s ----> "xabc" ! 13: s := "x" ----> "x" ! 14: s ==:= "x" ----> "x" ! 15: s ----> "x" ! 16: s := "x" ----> "x" ! 17: s ==:= "xx" ----> none ! 18: s ----> "x" ! 19: s := "x" ----> "x" ! 20: s ==:= "X" ----> none ! 21: s ----> "x" ! 22: s := "x" ----> "x" ! 23: s ==:= "abc" ----> none ! 24: s ----> "x" ! 25: Run-time error 108 at line 33 in expr53.icn ! 26: list expected ! 27: offending value: "x"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.