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

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

Another question about lambdas


From: Michael Heerdegen
Subject: Another question about lambdas
Date: Sat, 10 Dec 2022 18:23:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

My new question for today is:

What's the result of the following expression - and why?  Or maybe it is
invalid?

#+begin_src emacs-lisp
  (let* ((x 'l)
         (f (lambda () x))
         (x 'd))
    (funcall f))
#+end_src


Regards,

Michael.



reply via email to

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