Join Slack
Powered by
is there a loop type that you can just enter the n...
# getting-started
h
Hullaballoonatic
06/16/2018, 6:21 PM
is there a loop type that you can just enter the number of times you want to do it, or do you just always have to do
for(i in 0 until numTimes)
even though you won't be using the i at all?
i
ilya.gorbunov
06/16/2018, 6:30 PM
repeat(n) { ... }
h
Hullaballoonatic
06/16/2018, 6:30 PM
thank you kindly
2
Views
Open in Slack
Previous
Next