From f70130322cd306268c5da12c1517dc5725615ae8 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 15 Feb 2024 12:18:17 +0000 Subject: text -> en --- .../chapter1_functions/lesson04_anonymous_functions/text.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/content/chapter1_functions/lesson04_anonymous_functions/text.html (limited to 'src/content/chapter1_functions/lesson04_anonymous_functions/text.html') diff --git a/src/content/chapter1_functions/lesson04_anonymous_functions/text.html b/src/content/chapter1_functions/lesson04_anonymous_functions/text.html deleted file mode 100644 index 6c6d47d..0000000 --- a/src/content/chapter1_functions/lesson04_anonymous_functions/text.html +++ /dev/null @@ -1,5 +0,0 @@ -

- As well as module-level named functions, Gleam has anonymous function - literals, written with the fn() { ... } syntax. -

-

Anonymous functions can be used interchangeably with named functions.

-- cgit v1.2.3