Control statements
dBASE Plus supports a number of control statements that can affect the execution of other statements. Control statements fall into the following categories:
Conditional execution
IF
DO CASE
Looping
FOR
DO WHILE
DO...UNTIL
Object manipulation
WITH
Exception handling
TRY
These control statements are fully documented in the Core language topic series.