These are variables that only exist in the local scope. In contrast to LISP Global Variable
(let ((message "my local message"))
(print message)
)
These are variables that only exist in the local scope. In contrast to LISP Global Variable
(let ((message "my local message"))
(print message)
)