db4
Slava Pestov 2008-09-25 05:35:48 -05:00
parent 9cbe0b73ee
commit f91b8ead3b
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ HELP: UNION:
HELP: INTERSECTION:
{ $syntax "INTERSECTION: class participants... ;" }
{ $values { "class" "a new class word to define" } { "participants" "a list of class words separated by whitespace" } }
{ $description "Defines an intersection class. An object is an instance of a union class if it is an instance of all of its participants." } ;
{ $description "Defines an intersection class. An object is an instance of an intersection class if it is an instance of all of its participants." } ;
HELP: MIXIN:
{ $syntax "MIXIN: class" }