Question: Creating functions

How can I convert an expression into a function? For example, let's in the course of some calculations I get the output: x + sin(x) How can I convert this into f:=x->x+sin(x) without really spelling it out? Thanks in advance.
Please Wait...