TinyMUX

Repeat()

Functions

FUNCTION: repeat(<string>,<number>)

This function simply repeats <string>, <number> times. No spaces are inserted between each repetition.

Example:

> say repeat(Test, 5)
You say, "TestTestTestTestTest"

Related Topics: