Skip to content

Commit

Permalink
Document snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 7, 2024
1 parent 07f2c6a commit b2d98b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/content/chapter0_basics/lesson10_assignments/en.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<p>
A value can be assigned to a variable using <code>let</code>.
</p>
<p>A value can be assigned to a variable using <code>let</code>.</p>
<p>
Variable names can be reused by later let bindings, but the values they
reference are immutable, so the values themselves are not changed or mutated
in any way.
</p>
<p>
In Gleam variable and function names are written in <code>snake_case</code>.
</p>

0 comments on commit b2d98b5

Please sign in to comment.