aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/precedence.html
blob: e5d12ddb38e80795ec82a7e05540ef51beb2e174 (plain) (tree)
1
2
3
4
5
6
7






                    
{{ 3 * 4 / 2 -}}
{{ 26 / 2 % 7 -}}
{{ 3 % 2 * 6 -}}
{{ 1 * 2 + 4 -}}
{{ 11 - 15 / 3 -}}
{{ 4 + 5 % 3 -}}
{{ 4 | 2 + 5 & 2 -}}