Plaster
New
List
Login
common-lisp
default
anonymous
2025.01.14 22:00:16
(let ((foo nil)) (format t "Setting foo to T~%") (set 'foo t) (format t "foo is ~a~%" foo)) ;; Setting foo to T ;; foo is NIL
Raw
Annotate
Repaste
Edit