diff options
Diffstat (limited to 'examples/import.lisp')
| -rw-r--r-- | examples/import.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/import.lisp b/examples/import.lisp new file mode 100644 index 0000000..d302562 --- /dev/null +++ b/examples/import.lisp @@ -0,0 +1,3 @@ +(import! M "examples/maybe.lisp") + +(print! (fmt "{0}\n" [(M:just 666)])) |
