Yeah, I think I understand the available schemes t...
# announcements
j
Yeah, I think I understand the available schemes to defining a function now. I realized what was ultimately bothering me was the lack of explicit returns (a return that uses some kind of keyword) in a situation where the return type can be inferred (i.e. a lambda assignment to a function). It's not a big deal. I'm coming from Lua where's there no distinction between lambdas/closures/functions and everything can use the return keyword within its own scope.