David Hu
10/22/2022, 4:01 AM"foo" > "bar"
magically works in Kotlin REPL and returns a boolean instead of throwing an error or exception?
how is it even possible to "compare" strings this way when the same code in Java does not work at all?!Kevin Healy
10/22/2022, 4:03 AMDavid Hu
10/22/2022, 4:07 AM