digitalmars.D - Delimited and token string postfix?
- Michel Fortin (16/16) Feb 03 2008 I'm reading the Lexical part of the D 2 spec, and I'm wondering why
I'm reading the Lexical part of the D 2 spec, and I'm wondering why
delimited strings and token strings can't have a postfix to tell which
kind of character the string is made of, while all other string types
have it. Is this an oversight?
Postfix:
c
w
d
DelimitedString:
q" Delimiter WysiwygCharacters MatchingDelimiter "
TokenString:
q{ Tokens }
--
Michel Fortin
michel.fortin michelf.com
http://michelf.com/
Feb 03 2008








Michel Fortin <michel.fortin michelf.com>