fn main() { let num = 9; while num >= 10 { // loop body } }