Talk:Repeat a string

From Rosetta Code
Revision as of 21:35, 28 October 2012 by rosettacode>Gerard Schildberger (adjusted the indentation. -- ~~~~)

The goal is to obtain a string, or to print some text X times? --SenTalker 21:28, 28 October 2012 (UTC)

I took it to mean:
  • a string is already defined (say, the contents of a variable)
  • repeat that string some number of times.

-- Gerard Schildberger 21:33, 28 October 2012 (UTC)