Skip to content

Commit bd09ce0

Browse files
committed
CHANGE: using lit-word as a module argument of the import function, so one can just use import module-name (no need to use lit-word for the module's name)
1 parent cacaf51 commit bd09ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/sys-load.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ download-extension: function[
713713

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

0 commit comments

Comments
 (0)