Skip to content
On this page

String Concatenation

Same as JavaScript string concatenation.

Syntax

(+ <string_exp> <string_exp>)

Example

lisp
(+ "Hey" " Ma Ma") // Hey Ma Ma

Released under the MIT License.