Walter Bright wrote:
Christopher Wright wrote:Can we just remove this?The octal literals are done the way C does them. The reason they are there are for when translating C code to D code, obscure bugs are not introduced.
Okay, that makes sense. Removing it would be an option; \0 would have to change to \x00. But it's not a big deal, just an annoying blemish.