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

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

Re: [External] : Re: How to make M-x TAB not work on (interactive) decla


From: Rudolf Adamkovič
Subject: Re: [External] : Re: How to make M-x TAB not work on (interactive) declaration?
Date: Sun, 15 Jan 2023 21:18:26 +0100

Jean Louis <bugs@gnu.support> writes:

>> (+) ➜ 0
>
> Why? It is wrong.

In Lisp, the `+' operator returns the sum of the additive identity with all of
its arguments.  The additive identity equals zero and you provided zero
arguments.  Hence, you get the additive identity.

>> (*) ➜ 1
>
> Why? It is wrong.

In Lisp, the `*' operator returns the product of the multiplicative identity and
all of its arguments.  The multiplicative identity equals one and you provided
zero arguments.  Hence, you get the multiplicative identity.

Rudy
-- 
"The whole science is nothing more than a refinement of everyday
thinking."
-- Albert Einstein, 1879-1955

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



reply via email to

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