]> gitweb.factorcode.org Git - factor.git/blob - extra/env/env-docs.factor
b27c3d9651d6f3afe42d39eb0ea80d42c18c1a86
[factor.git] / extra / env / env-docs.factor
1 ! (c)2009 Joe Groff, see bsd license
2 USING: help.markup help.syntax ;
3 IN: env
4
5 HELP: env
6 { $class-description "A singleton that implements the " { $link "assocs-protocol" } " over " { $link "environment" } "." } ;
7
8 ARTICLE: "env" "Accessing the environment via the assoc protocol"
9 "The " { $vocab-link "env" } " vocabulary defines a " { $link env } " word which implements the " { $link "assocs-protocol" } " over " { $link "environment" } "."
10 { $subsections env }
11 ;
12
13 ABOUT: "env"