Jump to content

Repeat a string: Difference between revisions

PascalABC.NET
(PascalABC.NET)
 
Line 2,089:
=={{header|Pascal}}==
See [[#Delphi|Delphi]] or [[#Free Pascal|Free Pascal]], as standard Pascal does not know strings of unlimited length.
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
##
Print('ha' * 5)
</syntaxhighlight>
{{out}}
<pre>
hahahahaha
</pre>
 
 
=={{header|Perl}}==
218

edits

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