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

4 lines
36 B
Plaintext

/* NetRexx */
ha5 = 'ha'.copies(5)