Re: A bug in the interpreter

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

Mathematically, 4 < n < 8 should evaluate to 4 < n and n < 8. Euphoria should
develop to reflect this as it is "correct".

(4 < n) < 8 is different - as I see it.

If n = 32,
(4 < n) < 8 = TRUE < 8 = 1 < 8 = TRUE which is incorrect!

Alex

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

Search



Quick Links

User menu

Not signed in.

Misc Menu