...

Text file src/github.com/noirbizarre/gonja/testData/expressions/logic.tpl

Documentation: github.com/noirbizarre/gonja/testData/expressions

     1{{ not true }}
     2{{ not (true or false) }}
     3{{ true or false }}
     4{{ false or false }}
     5{{ true and (true and (true and (true and (1 == 1 or false)))) }}

View as plain text