1 2 3 4 5 6 7 8 9 10
fn main() { `[let mut x = 0;]` `[loop]` { `[if x == 10 { ]`break;`[ }]` `[x += 1;]` } `[x;]` }