Does this have any special meaning or do anything other than document?
<name> IF <condition> THEN
<block>
ELSE IF <condition> THEN <name>
<block>
ELSE <name>
<block>
ENDIF <name>
I read the standard, but it doesn't even seem to mention the construct. (Which I saw a developer use and is described in Metcalf among other books).




