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

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

RE: [External] : Closures - do you understand them well?


From: Drew Adams
Subject: RE: [External] : Closures - do you understand them well?
Date: Thu, 8 Dec 2022 18:00:07 +0000

Typo - forgot to mention bar here:

> I use (let ((xs    ())
>             (foop  nil)
>             (bar   nil)
>             (yy))
> to tell me that:
> 
> 1. xs and foop are bound initially.
                ^^^^
               and bar
>    yy gets its meaningful value only from
>    the `let' body - its initial nil value
>    is (should be) meaningless/ignored.



reply via email to

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