Question: How access return value of type list of user defined function to Maplet

While in maplet application, 3 numbers are entered. These numbers are passed to a user defined proc that sorts the numbers and once sorted, evaluated an expression such as s[1]+s[2] > s[3], s[1] being the smallest and s[3] being the largest. If the expression is true, proc returns the list to maplet, maplet will proceed to solving the problem. However if the expression is false, maplet informs user that the problem based on the given information has no solution. Has been working on this problem for quite sometime. Appreciate any help the maple community may provide.
Please Wait...