Was `times` only an infix function or also an oper...
# random
m
Was
times
only an infix function or also an operator, so you could write
50 * { println("Kotlin!" }
?
v
I think it was an
infix
*
doesn't read right