1 SyntaxError:33:Expected ; but found ~
2 "" ~ ""
3 ^
4 SyntaxError:41:Expected ) but found ~
5 function() { if (1~0) return 0; return 1 }
6 ^