Hello! On 28 Feb., 18:08, Аркадий Рост <arkr...@gmail.com> wrote: > Hi! > > hmm...I don't understand why clojure when and if simultaneously? What > is the diffirences between them and when I should use one instead > another one?
Besides the implicit do, which reynard mentioned, it's generally idiomatic to use while if there is no else branch. One reason for this might be that while is a sign of something side-effecty going on. Regards dhl -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en