45b047d ^
44ec5d5 ^
1da51ff ^
1 2 3
4
5 6
7
8 9 10
let main = () => { let i = 4; if i + 1 == 5 { print(i); return i; }; return 1; };