-
- enum - create an enumeration type
-
- enum [ options ] typename[=( value ... )]
-
- enum is a declaration command that creates an enumeration type typename that can only store any one of the values in the indexed
array variable typename.
- If the list of values is omitted, then typename must name an indexed array variable with at least two elements.
-
- -i, --ignorecase
- The values are case insensitive.
-
- 0
- Successful completion.
- >0
- An error occurred.
-
- ksh(1), typeset(1).
-
- version
- enum (AT&T Research) 2008-01-08
- author
- David Korn <dgk@research.att.com>
- copyright
- Copyright © 1982-2010 AT&T Intellectual Property
- license
- http://www.opensource.org/licenses/cpl1.0.txt