Skip to content

Commit

Permalink
CHANGE: using lit-word as a module argument of the import functio…
Browse files Browse the repository at this point in the history
…n, so one can just use `import module-name` (no need to use lit-word for the module's name)
  • Loading branch information
Oldes committed Jan 17, 2023
1 parent cacaf51 commit bd09ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/sys-load.reb
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ download-extension: function[

import: function [
"Imports a module; locate, load, make, and setup its bindings."
module [word! file! url! string! binary! module! block!]
'module [word! file! url! string! binary! module! block!]
/version ver [tuple!] "Module must be this version or greater"
/check sum [binary!] "Match checksum (must be set in header)"
/no-share "Force module to use its own non-shared global namespace"
Expand Down

0 comments on commit bd09ce0

Please sign in to comment.