Clamps Dictionary
str-concat
Function
(str-concat &rest args)
concatenate strings.
Arguments
args |
one or more strings to concatenate |
Example
(str-concat "Hello" " World") ; => "Hello World"
Created: 2025-02-18 Di 12:58
Function
(str-concat &rest args)
concatenate strings.
args |
one or more strings to concatenate |
(str-concat "Hello" " World") ; => "Hello World"
Created: 2025-02-18 Di 12:58