Talk:Repeat a string: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎{{header|REXX}}: added verbage to the 1st section header. -- ~~~~)
m (→‎task clarification: added 3rd bullet. -- ~~~~)
Line 3: Line 3:
The goal is to obtain a string, or to print some text X times? --[[User:SenTalker|SenTalker]] 21:28, 28 October 2012 (UTC)
The goal is to obtain a string, or to print some text X times? --[[User:SenTalker|SenTalker]] 21:28, 28 October 2012 (UTC)


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

Revision as of 21:37, 28 October 2012

task clarification

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
  • optionally show the result

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