Repeat a string: Difference between revisions

Content added Content deleted
(added Go)
(→‎{{header|PHP}}: Missing ;)
Line 398: Line 398:


=={{header|PHP}}==
=={{header|PHP}}==
<lang php>str_repeat("ha", 5)</lang>
<lang php>str_repeat("ha", 5);</lang>


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==