Question: How to get the parameters if define a function

a := f(x,y) = f(y,x)

how to get x and y from left side f(x,y)

and get y and x from right side f(y,x)?

Please Wait...