4 lines
34 B
Common Lisp
4 lines
34 B
Common Lisp
(define x 1)
|
|
|
|
(display (sum x 1))
|
(define x 1)
|
|
|
|
(display (sum x 1))
|