let main = () => { let i = true; i = !i; if !i { print(i); return 1; }; return 0; };