aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter1_functions/lesson02_anonymous_functions/text.html
blob: f7bea3f4831ed3975ba3fb0d3e37007c804609b6 (plain)
1
2
3
4
5
6
7
<p>
  As well as module-level named functions, Gleam has anonymous function
  literals.
</p>
<p>
  Anonymous functions can be used interchangeably with named functions.
</p>