(and `return@myFun` is just an early return from t...
# coroutines
a
(and
return@myFun
is just an early return from the block passed to myFun, it isn't somehow triggering a return from myFun)