basic.cat
Concatenates string expressions.
Syntax
expression cat expression expression : expression
Description
concatenates strings in an expression.
'cat' and the ':' operator are identical.
Example
z = x cat y
This is equivalent to:
z = x : y
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
