Abstract


  • Returns a value like 5+6
  • Can be part of a Statement like 5+6 in let a = 5+6

Example

Rust Expression


  • if is an Expression, so we can do the following let number = if condition { 5 } else { 6 };