RosettaCodeData/Task/String-concatenation/Emacs-Lisp/string-concatenation-3.l

4 lines
70 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
(setq str1 "Hello, ")
(setq str2 "World!")
(insert (glue str1 str2) )