learnxinyminutes-docs icon indicating copy to clipboard operation
learnxinyminutes-docs copied to clipboard

[elisp] not clear why <let> uses 2 pairs of "( )"

Open m2habert opened this issue 2 years ago • 0 comments

When command "let" is introduced it is not really explained why it evals through double parenthesis:

;; You can bind a value to a local variable with `let': (let ((local-name "you")) (switch-to-buffer-other-window "test") (erase-buffer) (hello local-name) (other-window 1))

m2habert avatar Oct 06 '22 19:10 m2habert