max: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " 		   " to "  ") | Lou Montana (talk | contribs)  m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") | ||
| Line 25: | Line 25: | ||
| |descr= The greater value of a and b. | |descr= The greater value of a and b. | ||
| |s1= a  | |s1= a [[max]]  b | ||
| |p1= a: [[Number]] | |p1= a: [[Number]] | ||
Revision as of 16:41, 12 June 2021
Description
- Description:
- The greater value of a and b.
- Groups:
- Math
Syntax
Examples
- Example 1:
- 3 max 2; // Result is 3
- Example 2:
- -3 max -2; // Result is -2
Additional Information
Notes
- 
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
 Only post proven facts here! Add Note
 
	



