|
|
1.1 ! root 1: c := 'abcd' ----> 'abcd' ! 2: c ++:= 'de' ----> 'abcde' ! 3: c --:= 'a' ----> 'bcde' ! 4: c **:= 'd' ----> 'd' ! 5: s := [1,2,3] ----> list(3) ! 6: s |||:= s ----> list(6) ! 7: s |||:= s ----> list(12) ! 8: Run-time error 108 at line 16 in expr08.icn ! 9: list expected ! 10: offending value: 'd'
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.