Jump to content

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

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