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

3 lines
32 B
Common Lisp

(setf *x* 42 *y* (1+ *x*))
=>43