if: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 28: | Line 28: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 4, 2006 - 10: | <dd class="notedate">Posted on August 4, 2006 - 10:55</dd> | ||
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note"> | <dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">''Notes from before the conversion:'' | ||
Standard syntax: | |||
<nowiki>=</nowiki> if a [[then]] b | |||
Alternative syntax | |||
<nowiki>= ? a : b </nowiki> | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 11:55, 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
- Posted on August 4, 2006 - 10:55
- hardrock
- Notes from before the conversion: Standard syntax: = if a then b Alternative syntax = ? a : b