Tokenized Strings -- Are Arbitrary Characters Valid?

Bernard Helyer b.helyer at gmail.com
Mon Jun 13 05:13:13 PDT 2011


All they are is passed through the tokeniser to ensure they lex as valid 
D (not parse). 

http://d-programming-language.org/lex.html

A naked slash is not a valid token on its own, AFAIK, so it shouldn't 
work. But the other two are fine.


More information about the Digitalmars-d mailing list