Question about scope and let...
Fabrizio Morbini <[email protected]>
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
Hi, why there is this behaviour? CL-USER(1): (setq var-test 5) 5 CL-USER2: (let ((var-test 4)) var-test (eval 'var-test)) 4 5 CL-USER(3): Thank you very much and Best Regards. Fabrizio.