bitkid
val a = doSomething() <- is a suspend method val b = .. val c = .. doSomethingWithResult(a,b,c)