3 lines
32 B
Common Lisp
3 lines
32 B
Common Lisp
|
|
(setf *x* 42 *y* (1+ *x*))
|
||
|
|
=>43
|