else

From Bohemia Interactive Community
Revision as of 04:07, 16 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ifcode else elsecode

Operand types:

ifCode: String

elseCode: String

Type of returned value:

Array

Description:

Construct array that can be processed by then.

Example:

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