yo my peoples,

I have a series of independent variables. I'm trying to sort them to return the minimum and maximum of each respective parameter. I have looked through the manual to find that the min and max functions have already been implemented. However, the function only accepts to evaluate two inputs to return the min and max. Please, Is there a way i could have more than two inputs?

Code
max(var x, var y): var

Parameters:
x,y - any var or int.

Returns:
The minimum or maximum of x and y. 

Attached Files
FH5DD3fXEAIE9Mm.jpg (49 downloads)