Join Slack
Communities
Powered by
yes, I agree, but this is looks like not really go...
# language-proposals
g
gildor
04/27/2018, 6:51 AM
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
Open in Slack
Previous
Next