Re: Example where Euphoria defaults on a boolean expression

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

Rom wrote:

<snip>

> "not E and E" is unsolvable, neither true nor false.

No. "not E and E" is always false, of course.

> Euphoria cannot handle this (like C and Pascal).

No, please try:

integer E
E = 0
? not E and E
E = not E
? not E and E


Regards,
   Juergen

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

Search



Quick Links

User menu

Not signed in.

Misc Menu