2022 June Release

Enum COOWF@1.1:LoopType Permanent link for this heading

This enumeration defines the different ways the loop can be handled

Values Permanent link for this heading

Name

Value

Description

LT_REPEAT

1

Repeat Until

the loop is handled as repeat-until loop

LT_WHILE

2

While

the loop is handled as while loop

LT_DO_WHILE

3

Do While

the loop is handled as do while loop