Join Slack
Powered by
Basically the question is how can we convert this ...
# announcements
b
Benoît
03/06/2018, 3:19 PM
Basically the question is how can we convert this Java code to Kotlin:
Copy code
for(float i = 0f ; i < 1f ; i+=0.1f){ }
Open in Slack
Previous
Next