> > No, it has a name "f". An anonymous function is an expression like "x -> > x^2" that creates a function object without binding it to a constant name. >
Ok, but from my feeling also f=x->x^2 binds this function object to the name f since thats how it is called? Right?