Reference to a global function with the name same as class?

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?