kevinmost
02/01/2018, 5:23 PMval (one, two, three) = IntArray(3) { 0 }adam-mcneilly
02/01/2018, 5:29 PMkevinmost
02/01/2018, 5:30 PMval one = 0
val two = 0
val three = 0kevinmost
02/01/2018, 5:30 PM0 into a top-level constantadam-mcneilly
02/01/2018, 5:51 PMkevinmost
02/01/2018, 5:53 PMkevinmost
02/01/2018, 5:53 PMadam-mcneilly
02/01/2018, 6:07 PMfor (...) if (...) return true in one line, but I never did.
Until I came to Kotlin, but that's only because I have .any { } hahaha.