Repeat a string: Difference between revisions

m
added whitespace.
m (added related tasks.)
m (added whitespace.)
Line 6:
 
If there is a simpler/more efficient way to repeat a single “character” (i.e. creating a string filled with a certain character), you might want to show that as well (i.e. repeat-char("*", 5) => "*****").
 
 
{{Template:Strings}}