On Wed, 2010-05-05 at 12:54 -0300, Eduardo M KALINOWSKI wrote:
> On Qua, 05 Mai 2010, Ron White wrote:
> > Looking at the 'if' example shown:
> >
> > ${if or {{eq{$local_part}{spqr}}{eq{$domain}{testing.com}}}
> >
> > seems to have unbalanced braces?????
>
> It does not seem to, it is missing a closing '}'.
>
> Use an editor with parenthesis matching/highlighting and you'll easily
> see that.
>
>
> --
> Thus spake the master programmer:
> "When a program is being tested, it is too late to make design changes."
> -- Geoffrey James, "The Tao of Programming"
>
> Eduardo M KALINOWSKI
> eduardo@???
>
>
I thought it was. But I'm not missing any closing braces, so I guess
I've messed up somewhere else?