Control Structures

lastly

Supported By

Syntax

repeat
   statementList
[(lastly|then|else)
   statementList]

end repeat

Description

The lastly keyword is part of the repeat control structure. See the description for repeat for details.