On 11/16/15, 11:43 AM, "Harbs" <[email protected]> wrote:
> >On Nov 16, 2015, at 9:40 PM, Harbs <[email protected]> wrote: > >> >> On Nov 16, 2015, at 9:14 PM, Alex Harui <[email protected]> wrote: >> >>> Hmm. I wonder what other operators work. Like “-=“. >> >> It looks like -= does not work. >> >>> And does xmlList1 + xmlList2 concatenate them? >> >> Yes. > >+= also works for this. Hmm. Easiest for the compiler might be an operator(op:String, data:*) method. Let’s table this stuff for now. I might have a better idea once I’m actually doing the other compiler work. -Alex
