a less b: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
||
Line 25: | Line 25: | ||
|gr2= Variables | |gr2= Variables | ||
| Returns [[true]] if '''a''' is less than '''b''', else returns [[false]]. | |descr= Returns [[true]] if '''a''' is less than '''b''', else returns [[false]]. | ||
|s1= a '''<''' b | |s1= a '''<''' b |
Revision as of 20:53, 13 June 2021
Description
Syntax
Examples
- Example 1:
_test = 1 < 2; // true
- Example 2:
_test = 2 < 1; // false
Additional Information
- See also:
- Operators
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