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

+ 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