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