Thank you!
I have another question for you:
Since I need to send a new function definition from the library, I'm trying to figure out the best way to do that. As far as I can tell, I need to call UserFunction::fix() to do this. However, what I'm not entirely sure of is if there is some extra error handling I should do first?
Secondly, the mode has the ability to update a function definition in a file. I noticed that the fix() method has a "loc" parameter. Does the file name and line number of the definition go there?
Regards,
Elias