In f->\x->\y->x+y I know how to keep the variables, but how can I get
the expression (in this case, x+y) when I need it to substitution?
I mean, I recognize \x but I don't know how to substitute it in the
expression (recognize the x of the expression as the same as the
variable \x). Any suggestions are welcome , thanks ;)
Juan Antonio