Jump to content

Repeat a string: Difference between revisions

no edit summary
m (→‎{{header|Perl 6}}: Print to suppress "useless" warning)
No edit summary
Line 1,214:
traceln(s)
</lang>
 
=={{header|MontiLang}}==
<lang MontiLang>|ha| 5 * PRINT .</lang>
Or with a loop
<lang MontiLang>FOR 5
|ha| OUT .
ENDFOR || PRINT .</lang>
 
=={{header|MUMPS}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.