Function type

You could assign a function for a var

@function_add $a, $b

return $a + $b

$var_add : @function_add