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