Josef Eschgfaeller on Sun, 07 Feb 2016 18:31:17 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

addhelp


Is it possible to obtain the value of ?f as a string?

For example I would like to get the (implicit) arity
of a function as in the following example:
--------------------------------------------------
f (v) = {my ([x,y]=v); x+y}
addhelp(f,2)
...
s=helpstring(f) \\ Does such a function exist?
--------------------------------------------------
Thanks
Josef Eschgfaeller