emacs-devel
[Top][All Lists]
Advanced

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

Re: Using empty_string as the only "" string


From: Richard Stallman
Subject: Re: Using empty_string as the only "" string
Date: Tue, 24 Apr 2007 22:05:31 -0400

    I would be mightily surprised if

      (eq (- 2.0 0.0) (- 2.0 0.0)) => nil
      (eq (- 2.0 1.0) (- 2.0 1.0)) => nil
      (eq (- 2.0 2.0) (- 2.0 2.0)) => t

    were true.

You might well be surprised, given that you have learned to expect
something else.  But it would not be wrong.





reply via email to

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