...

Text file src/github.com/noirbizarre/gonja/testData/expressions/integers-and-complex.tpl

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

     1{{ 10-100 }}
     2{{ -(10-100) }}
     3{{ -(-(10-100)) }}
     4{{ -(-(10-100)) ** 2 }}
     5{{ -1 * (-(-(10-100))) }}
     6{{ -1 * (-(-(10-100)) ** 2) ** 3 + 3 * (5 - 17) + 1 + 2 }}

View as plain text