]> gitweb.factorcode.org Git - factor.git/blob - extra/env/env-docs.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / env / env-docs.factor
1 ! Copyright (C) 2009 Joe Groff.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: env
5
6 HELP: env
7 { $class-description "A singleton that implements the " { $link "assocs-protocol" } " over " { $link "environment" } "." } ;
8
9 ARTICLE: "env" "Accessing the environment via the assoc protocol"
10 "The " { $vocab-link "env" } " vocabulary defines a " { $link env } " word which implements the " { $link "assocs-protocol" } " over " { $link "environment" } "."
11 { $subsections env }
12 ;
13
14 ABOUT: "env"