« Return to Thread: += and +

Re: += and +

by Jamie Webb-2 :: Rate this Message:

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

On 2008-01-10 22:16:37 Eric Willigers wrote:
> What do we expect the following to print?
>
>      var s = "A"
>      s += "B" + "C"
>      println(s)
>
> ABC?

See issue #92.

/J

 « Return to Thread: += and +