RosettaCodeData/Task/Repeat-a-string/Beef/repeat-a-string-2.beef

3 lines
43 B
Plaintext

String s1 = scope .();
s1.PadLeft(5, '*');