I'm new to Maple, and I do really need the Matlab's input() function there. I searched a lot but there was no easy way or at least a straightforward way like Matlab to get inputs. Actually what I need is a way to get function definitions from user in Maple. I'd be happy if somebody helps :)
E.g.(Matlab code)
f = input("Enter your function : ");
Output :
Enter your function : x^2 + y^2 + log(10) + 2*exp(z)
What I'm asking is how can I implement something like this Matlab code in Maple ?