[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


2.4.8.18 Sharpsign Minus

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

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

For examples, see Section 24.1.2.1.1 (Examples of Feature Expressions).


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.