5 lines
93 B
Common Lisp
5 lines
93 B
Common Lisp
CL-USER> (rc-create-variable "GREETING" "hello")
|
|
GREETING
|
|
|
|
CL-USER> (print greeting)
|
|
"hello"
|