%func = function(%a) { echo(%a); }; echo(%func); // echoes "__anonymous_function0" call(%func, horses); // echoes "horses"