Re: Introducing E! version 1.0
- Posted by Roderick Jackson <rjackson at CSIWEB.COM> Jun 04, 1999
- 743 views
No, I didn't make changes (although I'm not saying it's guaranteed bug-free). The reason you got the error is because variables and constants must be declared as global; I could have had the program "globalize" variable declarations, but (1) I was trying to get something that worked done as soon as I could, and (2) globalizing user-defined types looks like it's going to be somewhat difficult. Again though, I plan on doing something about it in the next version. Rod Jackson ---------- From: Cuny, David[SMTP:David.Cuny at DSS.CA.GOV] Sent: Friday, June 04, 1999 1:37 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Re: Introducing E! version 1.0 Rod Jackson wrote: > Did the attatchment not go through? I got a copy, but I tried this: > integer x > x = 12 and got the error: x has not been declared Did you make any last minute changes to the code before sending it out?-- David Cuny