Gopher
FUNCTIONS

float

Creates a float from the argument passed into the function.

Syntax

float INPUT

Useful for turning strings into floating point numbers.

{{ float "1.23" }} → 1.23