fn main() { for _n in 1..3 { // Do something with n } }