Can you write Lisp like this?
Function for(){ f(x); var x = 2; }
Compiles and runs with f(undefined)