[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  阅读(72)  评论(0编辑  收藏  举报