type "enum{}"
From: DaveNlp ((NOSPAM)uni512web_at_iol.it)
Date: 11/30/03
- Next message: Nils Gösche: "Re: type "enum{}""
- Previous message: Karl A. Krueger: "Re: deja vu all over again?"
- Next in thread: Nils Gösche: "Re: type "enum{}""
- Reply: Nils Gösche: "Re: type "enum{}""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 18:41:04 GMT
In C language exist the type 'enum'.
An example,
typedef enum { btZero, btStatic, btActive } BLOCK_TYPE;
Does an equivalent thing (in Lisp) exists??
There is a way in order to make the type "Enum"?
Thanks in advance.
DaveNlp
- Next message: Nils Gösche: "Re: type "enum{}""
- Previous message: Karl A. Krueger: "Re: deja vu all over again?"
- Next in thread: Nils Gösche: "Re: type "enum{}""
- Reply: Nils Gösche: "Re: type "enum{}""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|