mirror of
https://github.com/Xevion/lisp-projects.git
synced 2025-12-06 01:15:31 -06:00
3 lines
65 B
Common Lisp
3 lines
65 B
Common Lisp
(defparameter *small* 1)
|
|
(defparameter *big* 100)
|
|
(print *small*) |