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

7 lines
75 B
Common Lisp

(
(run "./include.lisp")
(echo value)
(echo (addOne value))
)