Gopher
FUNCTIONS

ge

Returns the boolean truth of arg1 >= arg2.

Syntax

ge ARG1 ARG2
{{ if ge 10 5 }}true{{ end }}