ronin/examples/include.lisp
2019-07-14 06:07:05 +02:00

4 lines
58 B
Common Lisp

(
(def value 12)
(def addOne (lambda (a) (add a 1)))
)