Re: [If/then and sequences...]
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Aug 28, 2000
- 444 views
Mark Nenadov wrote: > compare(buffer[1], "//ammo") That would be: compare(buffer[1], "//ammo") = 0 or more cryptically: not compare(buffer[1], "//ammo") Which is why your second version is preferred: > equal(buffer[1], "//ammo") Some people might thing that EE or Win32Lib is my greatest contribution to Euphoria. Not so! It was haraguing Robert into adding equal() to the Euphoria. -- David Cuny