<@U1BASJRMW> maybe you were looking for those guys...
# getting-started
v
@mkobit maybe you were looking for those guys:
Copy code
class A {
    val x: MyType = long().calculation().body()

    val y = run {
        println(hello)
        long().calculation().body()
    }

    val z = mutableObject.apply {
        mutableProperty = 10
        runOnIntit()
        println(this)
    }
}