Jump to content

Repeat a string: Difference between revisions

m
→‎{{header|Lasso}}: adding another example
m (→‎{{header|Lasso}}: adding another example)
Line 582:
=={{header|Lasso}}==
<lang Lasso>'ha'*5 // hahahahaha</lang>
 
<lang Lasso>loop(5) => {^ 'ha' ^} // hahahahaha</lang>
 
=={{header|LFE}}==
140

edits

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