ez.no / exponential / documentation / reference / template operators / logic / true
true()
Boolean true.
This operator returns a boolean true. It is to be used when defining a boolean variable and in logical comparisons.
{let my_boolean=true} {$my_boolean} {/let}
returns true.
Comments