else

From Bohemia Interactive Community
Revision as of 09:08, 22 July 2006 by Djura (talk | contribs)
Jump to navigation Jump to search


ifcode else elsecode


Operand types:

ifCode: Code

elseCode: Code

Type of returned value:

Array

Compatibility:

Added in version 1.85

Description:

Construct an array that can be processed by then.


Example:

if (a>b) then {c=0} else {c=1}