4 lines
48 B
Common Lisp
4 lines
48 B
Common Lisp
|
|
(setf *x* 625)
|
||
|
|
(psetf *x* 42 *y* (1+ *x*)
|
||
|
|
=>NIL
|