assert: Difference between revisions
Jump to navigation
Jump to search
m (Reset version to 1.00) |
m (removed return as non sensical) |
||
Line 14: | Line 14: | ||
|p1= condition: [[Boolean]] |= Parameter 1 | |p1= condition: [[Boolean]] |= Parameter 1 | ||
| | | |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 05:40, 27 August 2007
Description
- Description:
- Tests a condition and if the condition is false, halts the program.
- Groups:
- Uncategorised
Syntax
- Syntax:
- assert condition
- Parameters:
- condition: Boolean
- Return Value:
- Return value needed
Examples
- Example 1:
assert (_x>0)
Additional Information
- See also:
- See also needed
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