Files
herolib/lib/core/codegenerator/templates/function.md.template
2025-11-24 05:48:13 +01:00

1 line
108 B
Plaintext

fn ${func.name}(${func.params.map(it.name + ': ' + it.typ.symbol()).join(', ')}) ${func.result.typ.symbol()}