return..Root.BlockCallable.returnBlockCallable.BlockCallable and returns the specified value to its caller.Parameters: any
Return value:
ObjectNativeCallable, Callable
auto fun.=({
log("a");
log("b");
return("c");
log("d");
});
log(fun());