Repeat a string: Difference between revisions

(Add Ecstasy example)
Line 2,831:
hahahahaha
*****</pre>
 
=={{header|VBScript}}==
 
<syntaxhighlight lang="vb">
replace(string(5,"@"),"@","hello")
</syntaxhighlight>
{{out}}
<small>
<pre>
hellohellohellohellohello
</pre>
</small>
 
=={{header|Wart}}==
38

edits