while

From Bohemia Interactive Community
Revision as of 10:44, 21 May 2006 by Thobson (talk | contribs)
Jump to navigation Jump to search


while condition


Operand types:

condition: String

Type of returned value:

While Type

Compatibility:

Added in version 1.85

Description:

First part of while construct.


Example:

while {x<10} do {x=x+1}