Join Slack
Powered by
I thought this would work: ``` var OPERATORS...
# announcements
a
acoconut
02/27/2018, 12:41 PM
I thought this would work:
Copy code
var OPERATORS = listOf('^', '/', '*', '-', '+') OPERATORS.forEach(println(it))
Open in Slack
Previous
Next