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}