Variables

Variables in Kotlin are awesome!

Did you know that everything in Kotlin is an object? There are no basic types like Java, and that makes the whole language much more homogeneous.

But in addition to that, variables can infer their type, which saves a lot of code.

In this lesson I'll show you a few different examples of variables.

Complete and Continue  
Discussion

2 comments