Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to dynamic lookup/dynamic subset
  • Loading branch information
gfldex committed Oct 27, 2016
1 parent f59ad3e commit 961c5f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Language/modules.pod6
Expand Up @@ -93,6 +93,11 @@ indirect lookup.
load-a-module('MyModule');
The symbols provided by the loaded module will not be imported into the current
scope. You may use L<dynamic lookup|/language/packages#index-entry-::()> or
L<dynamic subsets|/language/typesystem#subset> to use them by providing the
fully quallified name of a symbol.
To import symbols you must define them at compile time.
sub do-something {
Expand Down

0 comments on commit 961c5f4

Please sign in to comment.