diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-10-04 20:25:22 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 77968899b90cd9afe2ed2668b290b66cb553ced2 (patch) | |
| tree | 4446ab6257f21603b45e04fadd4deeae231bffc9 /examples/import.lisp | |
| parent | c1713b4ea6c542fa2fe0d66b51c5b7b27fedf57a (diff) | |
Implement naive export system
Diffstat (limited to 'examples/import.lisp')
| -rw-r--r-- | examples/import.lisp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/import.lisp b/examples/import.lisp index d302562..1a2f6f1 100644 --- a/examples/import.lisp +++ b/examples/import.lisp @@ -1,3 +1,2 @@ -(import! M "examples/maybe.lisp") - -(print! (fmt "{0}\n" [(M:just 666)])) +(import! "stdlib/common.lisp") +(import! M "stdlib/maybe.lisp") |
