var x = 5 == 5; var y = x; fun(x){ var x = 5; 6; if(true){5;}else{5;} '\t'; return 5; f(); f(x); f(1, 2, []); y = 5+x.fst.snd; }