le.md (379B)
1 ---
2 title: le
3 linktitle: le
4 description: Returns the boolean truth of arg1 <= arg2.
5 date: 2017-07-26
6 publishdate: 2017-07-26
7 lastmod: 2017-07-26
8 categories: [functions]
9 menu:
10 docs:
11 parent: "functions"
12 keywords: [operators,logic]
13 signature: ["le ARG1 ARG2"]
14 workson: []
15 hugoversion:
16 relatedfuncs: []
17 deprecated: false
18 aliases: []
19 ---
20
21
22 ```
23 {{ if le 5 10 }}true{{ end }}
24 ```