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

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

Re: cl-loop and collect (was: Re: A more specific/targeted version of ma


From: Emanuel Berg
Subject: Re: cl-loop and collect (was: Re: A more specific/targeted version of macroexpand-all?)
Date: Thu, 09 Jun 2022 03:48:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> ;; (negative-subtract 8888 7777) ; (1 1 1 1)

Right, that's a poor example because

  (- 8888 7777) ; 1111

as well!

But here then

                  (- 256 118) ; 138
  (negative-subtract 256 118) ; (1 4 -2)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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