Join Slack
Communities
Powered by
what is different val and var
# android
s
sikanderbhutto
06/23/2017, 12:00 PM
what is different val and var
v
vivekneel
06/23/2017, 12:02 PM
val is immutable (aka like final in java) where as var is mutable
s
sikanderbhutto
06/23/2017, 12:04 PM
still not clear
🧌 1
🙄 1
l
lovis
06/23/2017, 12:05 PM
https://kotlinlang.org/docs/reference/basic-syntax.html#defining-local-variables
Open in Slack
Previous
Next