"Geir Magnusson Jr." wrote:
>
> Jon Stevens wrote:
> >
> > on 12/20/2000 9:52 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > wrote:
> >
> > > +
> > > +Now, non interpolated stringlits :
> > > +
> > > +
> > > + False
> >
> > I don't think that the space in front of the False should be there.
>
> It should be. It is the rendering of the interpolated string "$code".
> $code was set above, via
>
> #set $code = "#if(false) True #else False #end"
>
> and there is a space between '#else' and 'False'.
So is there any straight-forward way to not have spaces there? I can
only think of a clever way:
#set $code = "#if(false)True#elseif(!false)False#end"