scope

inline fun <Result> scope(block: () -> Result): Result(source)

Simple function that is useful to create nested scopes. It is the same as the run function but without extension-function overload.