blob: 91cfb42ab60672ba626cae8ce1399204efdfba24 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<p>
If a variable is assigned but not used then Gleam will emit a warning.
</p>
<p>
If a variable is intended to not be used, then the name can be prefixed with an
underscore, silencing the warning.
</p>
<p>
Try changing the variable name to <code>score</code> to see the warning.
</p>
|