Scriptlike v0.9.4 - Perl-like interpolated strings, full examples and more.

Adam D. Ruppe via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Sep 22 18:45:01 PDT 2015


On Wednesday, 23 September 2015 at 01:24:54 UTC, Sebastiaan Koppe 
wrote:
> What about:
>
> void echo(T)()
> {
>   writeln(mixin(interp!T));

Won't work because it won't be able to see the local variables 
you want to interpolate.


More information about the Digitalmars-d-announce mailing list