On Thu, 16 Apr 2015 21:58:43 +0000, Messenger wrote:

> Appender!string app;
> 
> app ~= "hello"
>      ~= " "
>      ~= "kitty";
> 
> --> Error: Cannot modify '" "'
> 
> Is the order of evaluation not such that this becomes app ~= ("hello" ~=
> (" " ~= "kitty"))?

yes, assign is right associative.

Attachment: signature.asc
Description: PGP signature

Reply via email to