if: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
<nowiki>= ? a : b </nowiki> | <nowiki>= ? a : b </nowiki> | ||
</dd> | </dd> | ||
<dd class="notedate">Posted on December 20, 2006 - 12:02</dd> | |||
<dt class="note">'''[[User:MachoMan|MachoMan]]'''</dt><dd class="note">''Notes for Arma:'' | |||
An if statement previously written as: | |||
if (a) [[then]] {b;} | |||
Needs to be written in ArmA as: | |||
if (a) [[then]] {b;}; | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 12:08, 20 December 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
- Posted on December 20, 2006 - 12:02
- MachoMan
- Notes for Arma: An if statement previously written as: if (a) then {b;} Needs to be written in ArmA as: if (a) then {b;};
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Resistance version 1.85
- Operation Flashpoint: Resistance: New Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- ArmA: Control Structures
- Command Group: Program Flow