if: Difference between revisions
Jump to navigation
Jump to search
m (added see also) |
mNo edit summary |
||
Line 17: | Line 17: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>if (a>b) [[then]] {a<nowiki>=</nowiki>b}</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 02:26, 4 August 2006
Description
- Description:
- First part of if command.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
if (a>b) then {a=b}
Additional Information
- See also:
- else
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
Notes
-
Standard syntax = if a then b Alternative syntax = ? a : b