argumentName(f, i)

Returns the name of the i-th argument of function f.


See also parse 


Example


f(x,y)=x*y

f(x,y)=x*y

argumentName(f,2)

"y"