The `else` branch does not consist of a single expression. You can use `block` to wrap a few statements in a single expression.
By the way, I advise you to use `let` for immutable variables, and avoid specifying all the types of variables (the compiler will infer them just fine)
