Jason van Zyl wrote:
>
> On Sun, 29 Oct 2000, Daniel L. Rall wrote:
>
> > "Geir Magnusson Jr." wrote:
> > >
> > > How about :
> > >
> > > #set $foo = [ "\"foo\"", "this" ]
> >
>
> Maybe we should have two kinds of STRING_LITERAL so
> that we can do things like:
>
> #set $foo = [ "'foo'" , "this" ]
>
> one type with " as the delimiter
> another with ' as the delimiter
Assuming that you meant:
#set $foo = [ 'foo' , "this" ]
...I'm not happy with it, since means new quoting/escape rules for
dealing with single-quoted String literals.
--
Daniel Rall <[EMAIL PROTECTED]>