Skip to content

Conversation

@mingwya
Copy link
Contributor

@mingwya mingwya commented Jan 11, 2022

minimum and maximum numbers with three and four arguments. I'm not sure if it's necessary... however, the code becomes more readable. PS:don't know.. does the directive "in line" work - just in case I wrote them.

Local myMax:Int=Max( a,Max( Max( b,c ),d ) ) --->>> Local myMax:Int=Max( a,b,c,d )

minimum and maximum numbers with three and four arguments. I'm not sure if it's necessary... however, the code becomes more readable. PS:don't know.. does the directive "in line" work - just in case I wrote them.

Local myMax:Int=Max( a,Max( Max( b,c ),d ) ) --->>> Local myMax:Int=Max( a,b,c,d )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant