Question: convert list-interval to and/or interval

Hi guys

Is there any build-in function which converts [[x>5, x<10], [x < 0]] to "x>5 and x<10 or x<0"? I've written my own function, but I want something build-in.

Thanks :)

Please Wait...