Update alien.enums docs

db4
Doug Coleman 2010-09-29 11:07:08 -05:00
parent ea9918e099
commit 046efe7798
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ HELP: number>enum
{ $description "Convert a number to an enum." } ;
ARTICLE: "alien.enums" "Enumeration types"
"The " { $vocab-link "alien.enums" } " vocab contains the implementation for " { $link POSTPONE: ENUM: } " C types, and provides words for converting between enum symbols and integers."
"The " { $vocab-link "alien.enums" } " vocab contains the implementation for " { $link POSTPONE: ENUM: } " C types, and provides words for converting between enum singletons and integers. It is possible to dispatch off of members of an enum."
$nl
"Defining enums at run-time:"
{ $subsection define-enum }