Run »
fun main() { var txt = "Please locate where 'locate' occurs!" println(txt.indexOf("locate")) }
7