Jump to content

Repeat a string: Difference between revisions

adding gap
(adding gap)
Line 351:
println[repeat["ha", 5]]
</lang>
 
=={{header|GAP}}==
<lang gap>Concatenation(List([1 .. 10], n -> "BOB "));
# "BOB BOB BOB BOB BOB BOB BOB BOB BOB BOB "</lang>
 
=={{header|Go}}==
506

edits

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