Skip to content

Added new funcs...#220

Open
mingwya wants to merge 1 commit into
bmx-ng:masterfrom
mingwya:patch-1
Open

Added new funcs...#220
mingwya wants to merge 1 commit into
bmx-ng:masterfrom
mingwya:patch-1

Conversation

@mingwya

@mingwya mingwya commented Jan 11, 2022

Copy link
Copy Markdown
Contributor

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