Hi. How would one get a reference of String global function (not class). According to language reference this function does exist (and I’m ready to believe it does), but, say and you have a:
function foo(bar:Function):void { ... }
How then would you pass that String to it?