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

4 lines
48 B
Common Lisp
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(setf *x* 625)
(psetf *x* 42 *y* (1+ *x*)
=>NIL