Syntax:
enum {symbol} [{symbol} ...] end
Keyword handler:
linguist.basic.keyword.BKEnum.class
Runtime handler(s):
None
Function:
Declares a series of constant numeric values, in ascending sequence starting at zero. See also constant.
Example(s):
enum ZERO ONE TWO THREE FOUR FIVE SIX SEVEN EIGHT NINE end