Gopher
FUNCTIONS

le

Returns the boolean truth of arg1 <= arg2.

Syntax

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