blob: 528d98866ec5f68cf61a6593b666c7f9723203e6 (
plain)
1
2
3
4
5
6
7
|
# If
`if`, the most basic type of control flow, is what you'll learn here.
## Further information
- [Control Flow - if expressions](https://doc.rust-lang.org/book/ch03-05-control-flow.html#if-expressions)
|