min

From Bohemia Interactive Community
Revision as of 23:08, 1 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


a min b


Operand types:

a: Number

b: Number

Type of returned value:

Number

Compatibility:

Version 2.92 required.

Description:

The smaller of a,b

Example:

3 min 2 .... result is 2