Created
November 15, 2010 04:33
-
-
Save sgrove/700030 to your computer and use it in GitHub Desktop.
tag-name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defun tag-name (name content) | |
| (format nil "<~A>~A</~A>" name content name)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment