aboutsummaryrefslogtreecommitdiffstats
path: root/examples/import.lisp
blob: d30256206fdf5e1ca6049ab7835a997858d5442d (plain)
1
2
3
(import! M "examples/maybe.lisp")

(print! (fmt "{0}\n" [(M:just 666)]))