Axel aghi Hollanda wrote:
> Is there a way to use differente logical operation within a single
> condition? Something like:
>
> condition = ${if and { \
> {...} \
> {...} \
> { or {...}{...} {1}{0} } \
> } {1}{0} }
>
Yes, just delete the {1}{0} from your "or" and put {} round
the subconditions.
-J