[[Rust]] [[Adding a semicolon to the end of a line turns it into a statement]] In Rust we can return from a function with simply an expression at the end of the scope. The `return` keyword is mostly used for returning early.