macro
boot.janet on line 3197 , column 1
(use & modules )
Similar to `import` , but imported bindings are not prefixed with a
module identifier. Can also import multiple modules in one shot.
# './foo.janet' is a file with contents '(def bar 42)'.
(use foo )
bar # => 42