Last modified: Mon, 04/03/2017 - 17:31
The ELIF command is a part of Ferret's conditional command execution capability: IF-THEN-ELIF-ELSE-ENDIF. It is valid only inside of an IF block. See further description under the IF command in this Commands Reference section.
ELIF cannot be used in the single-line IF statement. It is illegal to use a DEFINE ALIAS command to alias the command ELIF.