Expressions

  • Rust is expression based

  • Statements perform actions but do not return a value

  • Expressions evaluate to a resulting value