val
-
[Kotlin]무작정 따라하기 1Android(+ Kotlin) 2019. 10. 16. 17:53
https://codelabs.developers.google.com/codelabs/kotlin-bootcamp-basics/#1 Kotlin Bootcamp for Programmers 2: Kotlin basics In this task, you learn about booleans and checking conditions in the Kotlin programming language. Like other languages, Kotlin has booleans and boolean operators such as less than, equal to, greater than, and so on (, !=, =). Write an if/else codelabs.developers.google.com ..