while

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

while condition

Operand types:

condition: String

Type of returned value:

While Type

Description:

First part of while construct.

Example:

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