| 
									
										
										
										
											2009-04-23 13:08:30 -04:00
										 |  |  | ! (c)2009 Joe Groff, see bsd license | 
					
						
							|  |  |  | USING: help.markup help.syntax ;
 | 
					
						
							|  |  |  | IN: env | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HELP: env | 
					
						
							|  |  |  | { $class-description "A singleton that implements the " { $link "assocs-protocol" } " over " { $link "environment" } "." } ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ARTICLE: "env" "Accessing the environment via the assoc protocol" | 
					
						
							|  |  |  | "The " { $vocab-link "env" } " vocabulary defines a " { $link env } " word which implements the " { $link "assocs-protocol" } " over " { $link "environment" } "." | 
					
						
							| 
									
										
										
										
											2009-10-01 15:56:36 -04:00
										 |  |  | { $subsections env } | 
					
						
							| 
									
										
										
										
											2009-04-23 13:08:30 -04:00
										 |  |  | ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ABOUT: "env" |