help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: is there an existing negate function ?


From: Juanma Barranquero
Subject: Re: is there an existing negate function ?
Date: Tue, 10 Mar 2009 01:22:07 +0100

> is there an existing negate function ? something like this
> that I have no found ?
>
> (defun negate ( value )
>  (if value
>    nil
>    t))

`null' (or its alias, `not').

    Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]