RosettaCodeData/Task/Repeat-a-string/Delphi/repeat-a-string-2.delphi

2 lines
32 B
Plaintext

Writeln( StringOfChar('a',5) );