Re: [If/then and sequences...]

new topic     » topic index » view thread      » older message » newer message

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. blink

-- David Cuny

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu