proposal: a new string litteral to embed variables in a string

Jacob Carlborg doob at me.com
Thu Nov 7 01:44:31 PST 2013


On 2013-11-06 21:33, Timothee Cour wrote:

> How about parametrizing the escape string:
> r{var=@a} //@ by default
> r{@}{var=@a} //same as above
> r{$}{var=$a} //same as above

Looks like this is getting quite complicated.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list