max: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 26: Line 26:
'''Example:'''
'''Example:'''


3 ''''max''' 2 , result is 3
3 ''''max''' 2 ... result is 3

Revision as of 22:50, 1 July 2006


a max b


Operand types:

a: Number

b: Number

Type of returned value:

Number

Compatibility:

Version 2.92 required.

Description:

The greater of a,b

Example:

3 'max 2 ... result is 3