2019 | OriginalPaper | Chapter
5. Expressions: Operations on Data
Published in:
Learn Kotlin for Android Development
Abstract
We already used expressions a couple of times. Whenever you need to assign a value to a variable, need function call parameters, or need to provide a value to some kind of language construct, you need an expression. Expressions also show up where you don’t expect them, and they can be ignored if we don’t need them.