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 _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
- Re: Just for your fun and horror jhf
- Re: Just for your fun and horror Matthias Felleisen
- Re: Just for your fun and horror jhf
- Re: Just for your fun and horror Scott Turner
- Re: Just for your fun and horror Matthias Felleisen
- Re: Just for your fun and horror Jon Fairbairn
- Re: Just for your fun and horror Hamilton Richards
- Re: Just for your fun and horror Joe Fasel
- Re: Just for your fun and horror Manuel M. T. Chakravarty
- Re: Just for your fun and horror Sebastien Carlier
- Re: Just for your fun and horror Ashley Yakeley
- Re: Just for your fun and horror Manuel M. T. Chakravarty
- RE: Just for your fun and horror Manuel M. T. Chakravarty
- Re: Just for your fun and horror Theodore Norvell