Hello, and thanks in advance for suffering a beginner question ;) Is it possible to do a compound condition, such as "if this test AND that test"?
And while I do want to know if there's a Clojure way to do multiple tests in one condition, my reason in this case for needing it is to test a number to see if it is within some boundaries. For example, if 0 <= x <= 10. I realize there may be a proper Clojure idiom for that, so please enlighten me as well. Thanks! Michael -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
