So far I can find no way of getting Nvelocity to support the text variants of the logical operators. Here are some examples from velocity: Operator | Text variant ------------ | ------------- `&&` | `and` `\|\|` | `or` `!` | `not`
So far I can find no way of getting Nvelocity to support the text variants of the logical operators. Here are some examples from velocity:
&&and||or!not