Inputs
Output
For example, repeating
[a, b] three times returns
[a, b, a, b, a, b]. A count of 0 returns an empty list.Repeat a sequence of list items a chosen number of times.
[a, b] three times returns
[a, b, a, b, a, b]. A count of 0 returns an empty list.