/ENDIF (Positions 7-12)

The /ENDIF compiler directive is used to end the most recent /IF, /ELSEIF or /ELSE group. The following entries are used for /ENDIF:

Positions
Entry
7 - 12
/ENDIF
13 - 80
Blank
81 - 100
Comments

Following the /ENDIF directive, if the matching /IF directive was a selected line, lines are unconditionally selected. Otherwise, the entire /IF group was not selected, so lines continue to be not selected.



[ Top of Page | Previous Page | Next Page | Contents | Index ]