String

+


(+ a b...) Add two or more strings together

Parameters

Example

(print (+ "a" "b"))  # ab
(print (+ "Hello" ", " "World" "!"))  # Hello, World!

len


(len a) Return the length of a string (in bytes)

Morty Proxy This is a proxified and sanitized view of the page, visit original site.