2006-08-09 | paulb | file changeset files shortlog | Added tracing of the system state. |
paul@2 | 1 | a += b |
paul@2 | 2 | a.b += c |
paul@2 | 3 | a.b().c += d |
paulb@6 | 4 | a[b:c] += d |
paulb@6 | 5 | a.b[c:] += d |
paulb@10 | 6 | a[b] += c |
paulb@10 | 7 | a[b,c] += d |