If a variable is assigned but not used then Gleam will emit a warning.
If a variable is intended not to be use then the name can be prefixed with an underscore, silencing the warning.
Try changing the variable name to score to see the warning.
score