3 lines
142 B
Common Lisp
3 lines
142 B
Common Lisp
|
|
(setq var-name (read)) ; reads a name into var-name
|
||
|
|
(set var-name 1) ; assigns the value 1 to a variable named as entered by the user
|