DEV Community

Discussion on: Kotlin Standard Library Safari: Strings

Collapse
 
raraavis8 profile image
Yury
println("c" > "a") // false
Enter fullscreen mode Exit fullscreen mode

Why is it false? 😃

Collapse
 
sebastianaigner profile image
Sebastian Aigner

Whoops! When I wrote this, I wanted to switch the operators around, but also the return value... can't have it both ways! Thanks for spotting, corrected in the article. 🎉