Repeat a string: Difference between revisions

Content added Content deleted
(→‎{{header|PHP}}: Missing ;)
(Undo revision 83780 by 80.130.181.48 (Talk) it's meant as an expression,to incorporate into larger statement;by itself it is useless)
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}}==