Just for your fun and horror

Ashley Yakeley ashley@semantic.org
Sat, 17 Feb 2001 19:59:32 -0800


At 2001-02-17 19:50, Manuel M. T. Chakravarty wrote:

>It is
>
>  bar = 42
>
>for which C has no corresponding phrase.

Hmm...

#define bar 42

...although I would always do

const int bar = 42


-- 
Ashley Yakeley, Seattle WA