Abstract
- Code block that perform some action and do not return a value
Example
- Definition of Function
- Value assignment, in some languages like C, value assignment is Expression
Rust Statement
- With
;
, we can turn an Expression to Statement, and is expressed by()