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