Hacker News new | ask | show | jobs
by steveklabnik 2039 days ago
“Implicit return” is basically a misnomer; there’s no language that I’m aware of that implicitly returns early. They’re all expression oriented and act like this.