ge.md (379B)
1 ---
2 title: ge
3 linktitle: ge
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: ["ge ARG1 ARG2"]
14 workson: []
15 hugoversion:
16 relatedfuncs: []
17 deprecated: false
18 aliases: []
19 ---
20
21
22 ```
23 {{ if ge 10 5 }}true{{ end }}
24 ```