Lisp
(let ((a "beer ")(b "more beer")) (if (string= (concatenate 'string a b) "beer more beer") (print "festive hangover"))) </code></pre>
Lisp