while
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}
Operand types:
condition: String
Type of returned value:
While Type
Description:
First part of while construct.
Example:
while "x<10" do {x=x+1}