Gopher
FUNCTIONS

strings.Repeat

Returns INPUT repeated COUNT times.

Syntax

strings.Repeat COUNT INPUT
{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"