How do I reverse the order of words in a word list. Namely if I have say "bar ack foo" I want to do something like [rev bar ack foo] and get "foo ack bar" out. Am I missing something obvious here or do I need to write the func? --Aryeh