``` val foo = run { val t1 = .. val t2 = ....
# getting-started
v
Copy code
val foo = run {
    val t1 = ..
    val t2 = ..
    compute(t1, t2)
}