Repeat a string: Difference between revisions

Content added Content deleted
(Add Plain English)
m (added related tasks.)
Line 6: 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) => "*****").
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}}
<br><br>
<br><br>