x/lara_template_deno/examples/functions.deno
12345@function("add", num1, num2) return num1 + num2@endfunction@callfunction("add", 1, 4)