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