RosettaCodeData/Task/Repeat-a-string/ABAP/repeat-a-string.abap

4 lines
62 B
ABAP

report z_repeat_string.
write repeat( val = `ha` occ = 5 ).