tweaking example

This commit is contained in:
Andrew Danger Lyon 2013-03-20 15:01:38 -07:00
parent 18300f3ba8
commit f24cb0b093

View file

@ -34,10 +34,10 @@ function do_highlight() {
(defun test-me (lol &key omg (lol 'wtf))
(let ((*global* 'ur-mom)
(strings "r pretty kewl LOL")
(multi-line-strings "can be badass
(multi-line-strings "can be kewl
as well")
(+my-constant+ "wait, constants don't change!!"))
(make-instance 'error :message "YOU SUCK!!!")))
(make-instance 'error :message "OMG ERROR!!!")))
;; known vs unknown #'functions
(make-hash-table :test #'equal)