math.Add

如果其中一個數字是 float,結果將會是 float

{{ add 12 3 2 }} → 17

您也可以使用 add 函數來連接字串。

{{ add "hu" "go" }} → hugo