does anyone know a way to accomplish nested defines, such as:
#define neword(name,idx) #define name idx
neword(xENTER,5)
#define xENTER 5