1. Re: enum in Euphoria (Was Re: Structures (WAS Re: Memory))
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET>
Jan 11, 1999
-
Last edited Jan 12, 1999
I wrote a program to allow enum lists in Euphoria. See
http://members.tripod.com/~JJProg/epp.html.
Jeffrey Fielding
JJProg at cyberbury.net
http://members.tripod.com/~JJProg/
> It would be easier if Euphoria had the ability to "enum" lists,
> but still would not solve the first two problems. As it stands, you
> must number and renumber these lists each time you add/delete a "field".
> One mistake and kaboom!
>
> Irv