let x : mut = ref (4) let main : int = for i from (0) to (30) { x := !x + 1 }; !x