1SyntaxError:32:for each can only be used with for..in
2for each(var v=0;false;);
3                ^
4