-
Notifications
You must be signed in to change notification settings - Fork 0
Kotlin when expression is similar to the switch statement in C, C++ and Java. Kotlin when can be used either as an expression or as a statement, simply like a switch statement in Java. If it is used as an expression, the value of the first matching branch becomes the value of the overall expression.
License
VaibhavMojidra/Kotlin---Demo-When
About
Kotlin when expression is similar to the switch statement in C, C++ and Java. Kotlin when can be used either as an expression or as a statement, simply like a switch statement in Java. If it is used as an expression, the value of the first matching branch becomes the value of the overall expression.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published