Repeat a string: Difference between revisions

m
No edit summary
Line 508:
 
=={{header|GAP}}==
<lang gap>Concatenation(ListListWithIdenticalEntries([1 .. 10], n -> "BOB "));
# "BOB BOB BOB BOB BOB BOB BOB BOB BOB BOB "</lang>
 
=={{header|Go}}==
Anonymous user