2 lines
119 B
Text
2 lines
119 B
Text
⍥(&p"Hi") 3 # take repetitions as an argument
|
|
⍥₃(&p"Hi") # or a subscript, if you know the number ahead of time
|