Guest User

Untitled

a guest
Feb 2nd, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. (defmacro randomly-2 [& exprs]
  2. (nth exprs (rand-int (count exprs))))
Advertisement
Add Comment
Please, Sign In to add comment