origami:

repeat(count, obj)

Returns an array of size count filled with copies of the given obj.

$ ori repeat 3, "'Hello'"
- Hello
- Hello
- Hello