如果其中一個數字是 float,結果將會是 float。
float
{{ add 12 3 2 }} → 17
您也可以使用 add 函數來連接字串。
add
{{ add "hu" "go" }} → hugo