Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lara_deno_template/examples/functions.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Go to Latest
File
@function("add", num1, num2) return num1 + num2@endfunction
@callfunction("add", 1, 4)