[Kotlin] val for const variable

using 'var', variable can be reassigned. 

 

using 'val', variable cannot be ressiagned. the same as Javascript 'const'.

posted @ 2020-10-11 01:32  Zhentiw  阅读(85)  评论(0)    收藏  举报