while

From Bohemia Interactive Community
Revision as of 17:00, 15 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

back to COMREF

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}