added various author files

db4
Sam Anklesaria 2009-07-31 11:10:14 -05:00
parent c27c4d1fdf
commit 24e5d416a7
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Sam Anklesaria

View File

@ -1,5 +1,5 @@
USING: help.syntax help.markup strings modules.using ;
IN: modules
IN: modules.using
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. "
"Secondly, it allows loading vocabularies from remote servers, as long as the remote vocabulary can be accessed at compile time. "