aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/operators.html
blob: 750f0aac27bb0c9990987064b8d8917927766033 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% if a * c > b -%}
  mul
{%- endif -%}
{% if c / c == a -%}
  div
{%- endif -%}
{% if a % c == b -%}
  mod
{%- endif -%}