added various author files
parent
c27c4d1fdf
commit
24e5d416a7
|
@ -0,0 +1 @@
|
||||||
|
Sam Anklesaria
|
|
@ -1,5 +1,5 @@
|
||||||
USING: help.syntax help.markup strings modules.using ;
|
USING: help.syntax help.markup strings modules.using ;
|
||||||
IN: modules
|
IN: modules.using
|
||||||
ARTICLE: { "modules.using" "use" } "Using the modules.using vocab"
|
ARTICLE: { "modules.using" "use" } "Using the modules.using vocab"
|
||||||
"This vocabulary defines " { $link POSTPONE: USING*: } " as an alternative to " { $link POSTPONE: USING: } " which makes qualified imports easier. "
|
"This vocabulary defines " { $link POSTPONE: USING*: } " as an alternative to " { $link POSTPONE: USING: } " which makes qualified imports easier. "
|
||||||
"Secondly, it allows loading vocabularies from remote servers, as long as the remote vocabulary can be accessed at compile time. "
|
"Secondly, it allows loading vocabularies from remote servers, as long as the remote vocabulary can be accessed at compile time. "
|
||||||
|
|
Loading…
Reference in New Issue