index
:
milch.git
main
MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
import.lisp
blob: d30256206fdf5e1ca6049ab7835a997858d5442d (
plain
)
1
2
3
(
import
!
M
"examples/maybe.lisp"
)
(
print
! (
fmt
"{0}
\n
"
[(
M
:just
666
)]))