Is there a clean way of implementing for (int i = ...
# getting-started
c
Is there a clean way of implementing for (int i = 0; st.hasMoreTokens(); i++) strings[i] = st.nextToken(); in kotlin?