Fix function definition

This commit is contained in:
Francesco Gazzetta
2022-07-03 17:18:37 +02:00
parent 1405020497
commit 630a29e8c6
3 changed files with 14 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
export
function :t $f
(env %env, w %a, d %b, ...)
{@l
ret }
function :t $f (env %env, w %a, d %b, ...) {
@l
ret
}