function func():Void { trace(this); } func()
var a=0 function func():Void { trace(this); } a=setInterval(func, 100)