RosettaCodeData/Task/Variables/Common-Lisp/variables-8.lisp

4 lines
48 B
Common Lisp

(setf *x* 625)
(psetf *x* 42 *y* (1+ *x*)
=>NIL