lasp/examples/define.lisp

3 lines
46 B
Common Lisp
Raw Normal View History

2024-05-03 17:49:43 +00:00
(define a 10)
(define b 20)
(define c (+ a b))