let x: i32 = 3; while true { print("hello"); print(x); }; let y = true; if y => print("hello");