Completing a LotusScript block statement automatically

For LotusScript the following block structures are automatically terminated and the insertion point is placed in a new, indented line within the block structure.

This statement

Automatically terminates this statement

End Forall

Forall

End If

If...Then

End Select

Select Case

Loop

Do, Do While, or Do Until

Next

For

Wend

While