Gopher
FUNCTIONS

int

Creates an int from the argument passed into the function.

Syntax

int INPUT

Useful for turning strings into numbers.

{{ int "123" }} → 123