BEE Lisp Functions Reference

<string> STRCAT (A1 … An)

Returns concatenation of parameters, which must be strings.

Example:

(STRCAT “HELLO” “WORLD” “!”)            ; “HELLOWORLD!”