From 06c239e4f44849a3e4c8317194caacbcc47fc2d4 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 14 Sep 2025 12:12:13 +0200 Subject: de/fn, loop parameter lists use square brackets --- docs/reference/03-6_modules-and-loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/reference/03-6_modules-and-loading.md') diff --git a/docs/reference/03-6_modules-and-loading.md b/docs/reference/03-6_modules-and-loading.md index cb53cc1..0f28e7e 100644 --- a/docs/reference/03-6_modules-and-loading.md +++ b/docs/reference/03-6_modules-and-loading.md @@ -57,7 +57,7 @@ rather the newly created scope. It can therefore be combined with [def][], (export (def a-value 7) - (defn print-doubled (x) (print (str x " doubled is " (* x 2))))) + (defn print-doubled [x] (print (str x " doubled is " (* x 2))))) `main.alv` -- cgit v1.2.3