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