Not entirely clear what you want but here's a `Flo...
# flow
d
Not entirely clear what you want but here's a
Flow
that emits something
n
times.
flow { repeat(n) { emit(theThing) } }