1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-18 18:29:36 +00:00
janet/examples/sample-bundle/mymod.janet
2024-05-25 12:44:49 -05:00

8 lines
95 B
Plaintext

(import dep1)
(import dep2)
(defn myfn
[x]
(def y (dep2/function x))
(dep1/function y))