Marten Lehmann wrote:
> { eq{{true}{true}} } \
the correct syntax is { eq {true}{true}}
> condition = ${if or{ \
> { eq{{true}{true}} } \
> { eq{{true}{true}} } \
> } \
> \
> {true} \
> {false} \
> }
The result of this expansion is "true } } {true} {false} }", which is
the same as "true" for "condition".