Big thx , I tried maximum(x,y) P.
W dniu piątek, 26 czerwca 2015 12:36:20 UTC+2 użytkownik Kristoffer Carlsson napisał: > > 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 >> >
