kytschBASIC

Put down that phone!
Please view me on real computer.

STRING$

This function will return a string containing repeat sequential occurrences of the string.

Example

PRINT STRING$("HI!", 3)

Output

HI!HI!HI!

See also