Cat()

From TinyMUX
Revision as of 16:18, 7 July 2007 by Mark (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Function: cat(<string1[,<stringN>)

The function cat is an abbreviation for concatenate. It returns a string formed of the contents of string1 through stringN with each string separated from its neighbors by a space.

Example

say cat(this is, a test)
You say, "this is a test"
say cat(This is,another,test of the,CAT function)
You say, "This is another test of the CAT function"

Related Topics

Softcode functions