mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Clarify import docs for dynamic bindings.
This commit is contained in:
		| @@ -2135,7 +2135,7 @@ | |||||||
|   use the name of the module as a prefix. One can also use :export true |   use the name of the module as a prefix. One can also use :export true | ||||||
|   to re-export the imported symbols. If :exit true is given as an argument, |   to re-export the imported symbols. If :exit true is given as an argument, | ||||||
|   any errors encountered at the top level in the module will cause (os/exit 1) |   any errors encountered at the top level in the module will cause (os/exit 1) | ||||||
|   to be called." |   to be called. Dynamic bindings will NOT be imported." | ||||||
|   [path & args] |   [path & args] | ||||||
|   (def argm (map (fn [x] |   (def argm (map (fn [x] | ||||||
|                    (if (keyword? x) |                    (if (keyword? x) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose