if

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

if condition

Operand types:

condition: Boolean

Type of returned value:

If Type

Description:

First part of if command.

Example:

if (a>b) then {a=b}

Comments

Comments by Roni

Standard syntax = if a then b Alternative syntax = ? a : b