« Return to Thread: += and +

Re: += and +

by Franco Lombardo :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

>>   var s = "A"
>>   s += "B" + "C"
>>   println(s)
> See issue #92.

Please, can you tell me what is issue #92?
And is there anyone who can explain me the strange behaviour of s += "B" +
"C"?
Thanks a lot.

Bye

Franco



 « Return to Thread: += and +