Run ❯
×
Change Orientation
Change Theme, Dark/Light
fun main() { var txt = "Please locate where 'locate' occurs!" println(txt.indexOf("locate")) }
7