Hi,
Maybe is an easy question.
I have a function that return a String, and I would like to use this String like a name of another function, but I can't because obviously is a String :(.
For example, the function foo return a String foo2, and foo2 is a name of the function that takes parameters, so
(foo(x))(y z)
I hope that you understand my problem.
Thanks,
Alvaro.-