Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Supported operators: %elif, %elifarch, %elifos.
There may be several %elifs within the same %if statement. They must be placed after %if and before %endif and %else (if %else is contained). The first %elif expression (if any) that evaluates to TRUE would be executed. In scope of %if you can use any of the new operators - %elif, %elifarch, %elifos. Similarly for %ifos, %ifnos, %ifarch and %ifnarch. The expression after %elif (resp. %elifos or %elifarch) is expandedd iff the expression can influence the execution of the %elif branch. E.g.: an %elif expression after the first %elif expression that evaluates to TRUE is not expanded.
- Loading branch information
Showing
3 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters