|
|
1.1 ! root 1: s := "x" ----> "x" ! 2: s <<:= "x" ----> none ! 3: s ----> "x" ! 4: s := "x" ----> "x" ! 5: s <<:= "xx" ----> "xx" ! 6: s ----> "xx" ! 7: s := "x" ----> "x" ! 8: s <<:= "X" ----> none ! 9: s ----> "x" ! 10: s := "x" ----> "x" ! 11: s <<:= "abc" ----> none ! 12: s ----> "x" ! 13: s := "x" ----> "x" ! 14: s ~==:= "x" ----> none ! 15: s ----> "x" ! 16: s := "x" ----> "x" ! 17: s ~==:= "xx" ----> "xx" ! 18: s ----> "xx" ! 19: s := "x" ----> "x" ! 20: s ~==:= "X" ----> "X" ! 21: s ----> "X" ! 22: s := "x" ----> "x" ! 23: s ~==:= "abc" ----> "abc" ! 24: s ----> "abc" ! 25: s := "x" ----> "x" ! 26: s ?:= "x" ----> "x" ! 27: s ----> "x" ! 28: s := "x" ----> "x" ! 29: s ?:= "xx" ----> "xx" ! 30: s ----> "xx" ! 31: s := "x" ----> "x" ! 32: s ?:= "X" ----> "X" ! 33: s ----> "X" ! 34: s := "x" ----> "x" ! 35: s ?:= "abc" ----> "abc" ! 36: s ----> "abc" ! 37: s ?:= s ----> "abc" ! 38: Run-time error 205 at line 46 in expr50.icn ! 39: value out of range
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.