RE: Q: function to simplify a boolean expression

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

Am I missing something?
Euphoria will reduce any expression you give it:
print(1, (1 > 2) )
print(1, (1 < 2) )

Chris

jstory at freenet.edmonton.ab.ca wrote:
> Question:
> Where can I find, or how can I make, a function that takes a
> boolean expression and returns it simplified as much as it can be
> simplified?
> 
>        Jerry Story
> 
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu