next up previous

12.3.2 Symbol Concatenation

The sym-cat function will concatenate its arguments into a single symbol. It is functionally identical to the strcat function with the exception that the returned value is a symbol and not a string.

Syntax

(sym-cat <expression>*)

Each <expression> should be one of the following types: symbol, string, float, integer, or instancename.


next up previous