a plus b: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(duplicated) |
||
Line 21: | Line 21: | ||
| a '''+''' b |= Syntax | | a '''+''' b |= Syntax | ||
|p1 = a: [[Number | |p1 = a: [[Number]] | ||
|p2 = b: [[Number | |p2 = b: [[Number]] | ||
| [[Number | | [[Number]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1 = <code>[[Number]]<br>_result <nowiki>=</nowiki> 1 '''+''' 2</code> | |x1 = <code>[[Number]]<br>_result <nowiki>=</nowiki> 1 '''+''' 2</code> | ||
Line 31: | Line 31: | ||
_result is 3 | _result is 3 | ||
| [[Operators]] |= See also | |||
| | |||
}} | }} |
Revision as of 03:46, 31 January 2009
Description
- Description:
- For numbers: a added to b. For strings: All the characters in a and the characters in b are added together. For arrays: Contents of a and the contents of b are added together.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
Number
_result is 3
_result = 1 + 2
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