Gopher
FUNCTIONS

gt

Returns the boolean truth of arg1 > arg2.

Syntax

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