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 +++++ .../chapter1_functions/lesson04_anonymous_functions/text.html | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 src/content/chapter1_functions/lesson04_anonymous_functions/en.html delete mode 100644 src/content/chapter1_functions/lesson04_anonymous_functions/text.html (limited to 'src/content/chapter1_functions/lesson04_anonymous_functions') 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.

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