j=4; create_function(joel,a,b,{ e2=42; { e=42; printint(e2); }; printint(e2); printint(j); }); joel(4,4); printint(e);