Robert Jacques wrote: > Thank you. Will the various operators be overloaded? i.e. a = b + c; > instead of a[] = b[] + c[]; ? Don't know. For now, I'd just leave the a=b+c syntax illegal. We can always loosen things up later.