TwoClocks
07/17/2020, 7:53 PM(1..100).forEach{ }
but I never reference it
and my linter get's upset w/ me. Is there a better way to do this?Nir
07/17/2020, 7:54 PMNir
07/17/2020, 7:55 PMNir
07/17/2020, 7:55 PMnkiesel
07/17/2020, 9:20 PMrepeat(100) { }
seems more natural to me. No idea if your linter (which one?) agreesNir
07/17/2020, 9:26 PMit
. I suspect that hte linter isn't hardcoded to include/exclude certain functions but I could be wrong.Nir
07/17/2020, 9:26 PMit
Nir
07/17/2020, 9:38 PMNir
07/17/2020, 9:39 PMTwoClocks
07/17/2020, 10:15 PMrepeat()
I like that better. learned something new. Thanks!TwoClocks
07/17/2020, 10:16 PMLeoColman
07/17/2020, 11:38 PMLeoColman
07/17/2020, 11:39 PMTwoClocks
07/18/2020, 1:54 AMdarkmoon_uk
07/18/2020, 2:56 AM_ ->
? I'm guessing that it will be satisfied, and if so this should be the preferred syntax.