J
Jay
Is there anything similar to the enum statement in C?
Eg, I can have four constants defined using this statement (if I remember my C correctly):
enum {NONE=0, TEST=1, ERROR=5, RETRY=7};
Eg, I can have four constants defined using this statement (if I remember my C correctly):
enum {NONE=0, TEST=1, ERROR=5, RETRY=7};