RosettaCodeData/Task/Variables/Common-Lisp/variables-7.lisp
2023-07-01 13:44:08 -04:00

2 lines
32 B
Common Lisp

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