summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/ge.md
blob: 8306935f049f1e65c77076731a37ccf220518a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: ge
description: Returns the boolean truth of arg1 >= arg2.
categories: [functions]
menu:
  docs:
    parent: functions
keywords: [operators,logic]
signature: ["ge ARG1 ARG2"]
relatedfuncs: []
---


```go-html-template
{{ if ge 10 5 }}true{{ end }}
```