const again

Walter Bright newshound1 at digitalmars.com
Thu Dec 6 16:50:19 PST 2007


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.



More information about the Digitalmars-d mailing list