``` var b:Int var a = 10.apply { b = this } ```
# getting-started
u
Copy code
var b:Int
var a = 10.apply { b = this }