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);