if

From Bohemia Interactive Community
Revision as of 16:46, 15 January 2007 by Hoz (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
First part of if command.
Groups:
Uncategorised

Syntax

Syntax:
if condition
Parameters:
condition: Boolean
Return Value:
If Type

Examples

Example 1:
if (a>b) then {a=b}

Additional Information

See also:
else Control Structures

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

Bottom Section