On Sat, Jun 4, 2011 at 12:27 AM, Sunil S Nandihalli
<sunil.nandiha...@gmail.com> wrote:
> Hello everybody,
>  I have not been able to figure out how to use the 5 argument form of subseq
> or rsubseq.. can somebody help?
> Thanks,
> Sunil

=> (subseq (sorted-set 4 8 15 16 23 42) > 5 < 30)
(8 15 16 23)

; Items greater than 5 and less than 30.

-- 
Protege: What is this seething mass of parentheses?!
Master: Your father's Lisp REPL. This is the language of a true
hacker. Not as clumsy or random as C++; a language for a more
civilized age.

-- 
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

Reply via email to