fun example(){ val a : Int = 10 var b : Int = 9 } Enter fullscreen mode Exit fullscreen mode val은 변하지 않는 값, var은 변할 수 있는 값 참조 : 유투브 Code with Joyce