Re: true/false atoms?
- Posted by "Matt Z. Nunyabidness" <Prog_Matt at YAHOO.COM> Aug 12, 1999
- 517 views
The problem here is Euphoria can't use the >, <, =, or != operators on sequences. You must either, A. Change the code to use TRUE and FALSE numberic constants, or B. Use equal() on your string.