Skip to content
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

return? #280

Open
5pilow opened this issue Aug 6, 2020 · 0 comments
Open

return? #280

5pilow opened this issue Aug 6, 2020 · 0 comments
Labels
idea Idea, suggestion, not well defined or too vast

Comments

@5pilow
Copy link
Member

5pilow commented Aug 6, 2020

Instead of:

var result = getFromComplexFunction(arguments)
if (result) {
    return result
}

new syntax:

return? getFromComplexFunction(arguments)
@5pilow 5pilow added the idea Idea, suggestion, not well defined or too vast label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Idea, suggestion, not well defined or too vast
Projects
None yet
Development

No branches or pull requests

1 participant