Repeat a string: Difference between revisions

Content added Content deleted
(Add Ecstasy example)
Line 2,831: Line 2,831:
hahahahaha
hahahahaha
*****</pre>
*****</pre>

=={{header|VBScript}}==

<syntaxhighlight lang="vb">
replace(string(5,"@"),"@","hello")
</syntaxhighlight>
{{out}}
<small>
<pre>
hellohellohellohellohello
</pre>
</small>


=={{header|Wart}}==
=={{header|Wart}}==