Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 4, 2024
1 parent 71351fc commit bd96651
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p>
As well as module-level named functions, Gleam has anonymous function
literals, written with the <code>fn() { ... }</code> syntax.
As well as module-level named functions, Gleam has anonymous function
literals, written with the <code>fn() { ... }</code> syntax.
</p>
<p>Anonymous functions can be used interchangeably with named functions.</p>
<p>
Anonymous functions can reference variables that were in scope when they
were defined, making them <em>closures</em>.
Anonymous functions can reference variables that were in scope when they were
defined, making them <em>closures</em>.
</p>

0 comments on commit bd96651

Please sign in to comment.