Guest User

Untitled

a guest
May 28th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. cljs.user=> (ns my.ns$macros)
  2. nil
  3. my.ns$macros=> (defmacro hello[x] x)
  4. true
  5. my.ns$macros=> (my.ns/hello 19)
  6. 19
Add Comment
Please, Sign In to add comment