Alternate string literal syntax (with mixins)?

Xinok xnknet at gmail.com
Sun Feb 11 23:37:35 PST 2007


Just throwing another suggestion out there for tokens, I personally like </ />. I find them easier to type and easier to read without the need for an editor to highlight them.


>    alias </
>      str = </ foo /> ~ </ bar />;
>      str ~= "blah";
>      if(...) {
>        ...
>      }
>    /> MyCode;
> 
>     mixin(MyCode);



More information about the Digitalmars-d mailing list