f = function(x, y) { return x + y; }; >> class(f) function >> type(f) user