Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. (define-easy-handler (main :uri "/") ()
  2. (with-html-output-to-string (str nil :prologue t :indent t)
  3. ... write-my-code
  4. (make-select-form)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement