Jump to content

Repeat a string: Difference between revisions

Added Wren
m (→‎{{header|Explore}}: The description of the first paragraph looks less amateurish.)
(Added Wren)
Line 2,389:
As a function:
<lang wortel>^(\@join "" @rep)</lang>
 
=={{header|Wren}}==
<lang ecmascript>System.print("ha" * 5)</lang>
 
{{out}}
<pre>
hahahahaha
</pre>
 
=={{header|XPL0}}==
9,488

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.