1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-07 12:30:01 +00:00
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))