Jump to content

Repeat a string: Difference between revisions

Add Ecstasy example
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
(Add Ecstasy example)
Line 849:
RepeatString('ha',3);
RepeatString('Who',2);</syntaxhighlight>
 
=={{header|Ecstasy}}==
<syntaxhighlight lang="java">
String funny = "ha" * 5;
String stars = '*' * 80;
</syntaxhighlight>
 
=={{header|Egison}}==
162

edits

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