Next: , Previous: Sharpsign Plus, Up: Sharpsign



2.4.8.19 Sharpsign Minus

#- is like #+ except that it skips the expression if the test succeeds; that is,

     #-test expression == #+(not test) expression

For examples, see Examples of Feature Expressions.