Jump to content

Repeat a string: Difference between revisions

m (→‎{{header|Lasso}}: adding another example)
Line 478:
=={{header|Groovy}}==
<lang groovy> println 'ha' * 5</lang>
 
=={{header|Harbour}}==
<lang harbour> Replicate( "Ha", 5 )</lang>
 
=={{header|Haskell}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.