DEV Community

sunj
sunj

Posted on

Kotlin ${val}, 2024-03-17

fun example(){
    val name = "example"
    println("my name is ${name} I'm 30")
}
Enter fullscreen mode Exit fullscreen mode

참조 : 유투브 강의 Code with Joyce

Top comments (0)