I thought this would work: ``` var OPERATORS...
# announcements
a
I thought this would work:
Copy code
var OPERATORS = listOf('^', '/', '*', '-', '+')

    OPERATORS.forEach(println(it))