WORD
#define WORD 257 /* Token for a string */
typedef unsigned short WORD;
} WORD;
typedef int WORD;
typedef uint16_t WORD;