-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: void return #218
Comments
something like |
This, or if you must: |
That works, though not quite idiomatic. I do |
That's actually a more common patrern than I first thought, reading node code. |
|
Hmph. True that it is another case forced more verbose than JS. Options:
|
A void return a la JS's
return void EXPRESSION
would rock. Maybe!return EXPRESSION
orreturn! EXPRESSION
.The text was updated successfully, but these errors were encountered: