Back to Hugo

math.Add

docs/content/en/functions/math/Add.md

0.161.1229 B
Original Source

If one of the numbers is a float, the result is a float.

go-html-template
{{ add 12 3 2 }} → 17

You can also use the add function to concatenate strings.

go-html-template
{{ add "hu" "go" }} → hugo