thorpedosg

exzkpih3

Aug 6th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. user=> (use '[clojure.string :rename {replace str-replace, reverse str-reverse})
  2. nil
  3. user=> (str-reverse "foobar")
  4. "raboof"
  5. user=> (reverse "foobar")
  6. (\r \a \b \o \o \f)
Add Comment
Please, Sign In to add comment