Re: Suggestions for ESL (was: Euphoria Standard Library on UBoard)
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jul 24, 2005
- 543 views
On Sun, 24 Jul 2005 08:45:05 -0700, Tommy Carlier <guest at RapidEuphoria.com> wrote: >> > }}} <eucode> >> > constant DAY_OF_WEEK = enum() >> > constant MONDAY = next(DAY_OF_WEEK), >> </eucode> {{{ </font> FWIW I'd prefer
constant DAY_OF_WEEK = create_enum() constant MONDAY = enum(DAY_OF_WEEK)
Regards, Pete