yes, I agree, but this is looks like not really go...
# language-proposals
g
yes, I agree, but this is looks like not really good design of dsl, I would prefere something like:
Copy code
always = listOf(x, y)
But if you really want to run something multiple times, make sense to support assignment:
Copy code
always += x
always += y