4 lines
66 B
Text
4 lines
66 B
Text
|
|
(setq str "World!")
|
||
|
|
(setq str (glue "Hello, " str) )
|
||
|
|
(insert str)
|