Examples:
Modules:
times()
Profiling:
Links:
Versions:
Concats string s n times.
s
n
>>> times("hi",5) 'hihihihihi'
Deprecated since version 0.0.0.
Deprecated since version 1.0.3.