www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Delimited and token string postfix?

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