sambeau wrote: > Rather than re-using enum (and confusing me) why not use 'define' eg:- > > define x = 3; > define long y = 4; 'define' has been proposed before. I'd prefer to stay away from it because of the negative connotations of C's preprocessor.