Hello. I have a expression in Java like this: ``` ...
# getting-started
n
Hello. I have a expression in Java like this:
Copy code
while ((row = dbfReader!!.nextRecord()) != null) {
but the Kotlin don't like r this and show error. How can I change expression to save same logic?