RosettaCodeData/Task/Repeat-a-string/NetRexx/repeat-a-string-1.netrexx

4 lines
36 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* NetRexx */
ha5 = 'ha'.copies(5)