String append: Difference between revisions

m
(Emacs Lisp: Add cl-callf example)
Line 643:
str ;=> "foobar"</lang>
 
This can be hidden by using a macro such as {{<code>cl-callf}}</code> which expands into the above code:
 
{{libheader|cl-lib}}
Anonymous user