<@U0KBF8D7V>: `return 5` is a non-local return. It...
# announcements
i
@Paul Woitaschek:
return 5
is a non-local return. It returns from
heavyCalculations
and not from the lambda passed to
doSth