It is hard to understand your question but the function max(x,y) returns the greater of x and y.
On Friday, June 26, 2015 at 12:33:34 PM UTC+2, paul analyst wrote: > > Is ready to function returning the greater variable? > > x = 1 > y = 2 > fun (x, y) > y > > Paul >
