Evaluates the code block on block, returns a Result representing the result of the evaluation.
block
Result
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/run-catching.html
The code block to evaluate.
Generated using TypeDoc
Evaluates the code block on
block
, returns aResult
representing the result of the evaluation.See
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/run-catching.html