let main = () => { let i = 4; if i == 4 { print(i); return i; }; return 1; };