Guest User

Untitled

a guest
Jul 2nd, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. (defn two-headers []
  2. [:div [:h1 "yo"]
  3. ;; I want to dynamically (programatically?), a :p in here
  4. [:h2 "hello"]])
Advertisement
Add Comment
Please, Sign In to add comment